Color Hex Logo

#df669a Color Hex

#DF669A
(223,102,154)
0 Favorites   0 Comments

Color spaces of #df669a

RGB 223102154
HSL0.930.650.64
HSV334°54°87°
CMYK 0.000.540.31   0.13
XYZ41.015527.523833.7227
Yxy27.52380.40110.2691
Hunter Lab52.463147.7402-1.3867
CIE-Lab59.456152.5972-5.2198

#df669a color RGB value is (223,102,154).

#df669a hex color red value is 223, green value is 102 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df669a hue: 0.93 , saturation: 0.65 and the lightness value of df669a is 0.64.

The process color (four color CMYK) of #df669a color hex is 0.00, 0.54, 0.31, 0.13. Web safe color of #df669a is #cc6699. Color #df669a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 10011010
Octal 337 146 232
Decimal 223 102 154
Hex DF 66 9A

RGB Percentages of Color #df669a

%46.56
%21.29
%32.15

CMYK Percentages of Color #df669a

%0
%54
%31
%13

Triadic Colors of #df669a

#df669a #9adf66 #669adf

Analogous Colors of #df669a

#df669a #df6f66 #df66d7

Monochromatic Colors of #df669a

#df669a

Complementary Color

#df669a #66dfab

#df669a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df669a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df669a Color CSS Codes

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

#df669a Text Font Color

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

This sample text font color is #df669a
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.


#df669a Background Color

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

This div background color is #df669a


#df669a Border Color

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

This div border color is #df669a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df669a


Comments

No comments written yet.

Please login to write comment.