Color Hex Logo

#df088f Color Hex

#DF088F
(223,8,143)
0 Favorites   0 Comments

Color spaces of #df088f

RGB 2238143
HSL0.900.930.45
HSV322°96°87°
CMYK 0.000.960.36   0.13
XYZ35.476217.844827.5612
Yxy17.84480.43860.2206
Hunter Lab42.243175.9807-9.1131
CIE-Lab49.307378.5032-13.9164

#df088f color RGB value is (223,8,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 10001111
Octal 337 10 217
Decimal 223 8 143
Hex DF 8 8F

RGB Percentages of Color #df088f

%59.63
%2.14
%38.24

CMYK Percentages of Color #df088f

%0
%96
%36
%13

Triadic Colors of #df088f

#df088f #8fdf08 #088fdf

Analogous Colors of #df088f

#df088f #df0823 #c408df

Monochromatic Colors of #df088f

#df088f

Complementary Color

#df088f #08df58

#df088f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df088f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df088f Color CSS Codes

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

#df088f Text Font Color

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

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


#df088f Background Color

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

This div background color is #df088f


#df088f Border Color

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

This div border color is #df088f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df088f


Comments

No comments written yet.

Please login to write comment.