Hex #ff69b4 Color

#ff69b4
equivalent to

RGB

(255, 105, 180)

Details of #ff69b4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
54.5298
0.92
0.00
65.4819
34.6584
330°
58.8714
105
34.6584
1.00
0.59
64.2507
0.4004
59°
62.3112
180
46.9957
0.71
0.29   0.00
-10.6598
0.2545
100°
-6.1034

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
1101001
151
105
69
Blue
10110100
264
180
B4

RGB in % of #ff69b4

%47.22
%19.44
%33.33

CMYK in % of #ff69b4

%0
%59
%29
%0

Triads of color #ff69b4

#ff69b4 #69b4ff #b4ffb4

Similar Colors to #ff69b4

#ff69b4 #ff69ff #696969

Preview Color #ff69b4 on black ground

#ff69b4 is very interesting for text.

Preview Color #ff69b4 on white ground

#ff69b4 is very interesting for text.

CSS Codes #ff69b4 color

.mybgcolor {background-color:#ff69b4; }
.myforecolor {color:#ff69b4; }
.mybordercolor {border:3px solid #ff69b4; }

Text Font Color #ff69b4

<p style="color:#ff69b4">Text here</p>

This sample text font color is #ff69b4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #ff69b4

<div style="background-color:#ff69b4">
Div content here</div>

This div background color is #ff69b4


Border Color #ff69b4

<div style="border:3px solid #ff69b4">
Div here</div>

The color of this border is #ff69b4


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ff69b4; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #ff69b4;
-webkit-box-shadow: 1px 1px 3px 2px #ff69b4;
box-shadow:         1px 1px 3px 2px #ff69b4; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #ff69b4">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #ff69b4;
  -webkit-box-shadow: 1px 1px 3px 2px #ff69b4;
  box-shadow:         1px 1px 3px 2px #ff69b4;">
Div content here</div>

The shadow of div box using color #ff69b4