Color Hex Logo

#df08af Color Hex

#DF08AF
(223,8,175)
0 Favorites   0 Comments

Color spaces of #df08af

RGB 2238175
HSL0.870.930.45
HSV313°96°87°
CMYK 0.000.960.22   0.13
XYZ38.256118.956842.2001
Yxy18.95680.38480.1907
Hunter Lab43.539480.6459-26.9886
CIE-Lab50.636681.9412-30.9284

#df08af color RGB value is (223,8,175).

#df08af hex color red value is 223, green value is 8 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #df08af hue: 0.87 , saturation: 0.93 and the lightness value of df08af is 0.45.

The process color (four color CMYK) of #df08af color hex is 0.00, 0.96, 0.22, 0.13. Web safe color of #df08af is #cc0099. Color #df08af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 10101111
Octal 337 10 257
Decimal 223 8 175
Hex DF 8 AF

RGB Percentages of Color #df08af

%54.93
%1.97
%43.10

CMYK Percentages of Color #df08af

%0
%96
%22
%13

Triadic Colors of #df08af

#df08af #afdf08 #08afdf

Analogous Colors of #df08af

#df08af #df0843 #a408df

Monochromatic Colors of #df08af

#df08af

Complementary Color

#df08af #08df38

#df08af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df08af Color Preview on White Background

Lorem ipsum dolor sit amet.

#df08af Color CSS Codes

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

#df08af Text Font Color

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

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


#df08af Background Color

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

This div background color is #df08af


#df08af Border Color

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

This div border color is #df08af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df08af


Comments

No comments written yet.

Please login to write comment.