Color Hex Logo

#df089e Color Hex

#DF089E
(223,8,158)
0 Favorites   0 Comments

Color spaces of #df089e

RGB 2238158
HSL0.880.930.45
HSV318°96°87°
CMYK 0.000.960.29   0.13
XYZ36.689818.330333.9521
Yxy18.33030.41240.2060
Hunter Lab42.813978.0430-17.0482
CIE-Lab49.894380.0323-22.0118

#df089e color RGB value is (223,8,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001000 10011110
Octal 337 10 236
Decimal 223 8 158
Hex DF 8 9E

RGB Percentages of Color #df089e

%57.33
%2.06
%40.62

CMYK Percentages of Color #df089e

%0
%96
%29
%13

Triadic Colors of #df089e

#df089e #9edf08 #089edf

Analogous Colors of #df089e

#df089e #df0832 #b508df

Monochromatic Colors of #df089e

#df089e

Complementary Color

#df089e #08df49

#df089e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df089e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df089e Color CSS Codes

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

#df089e Text Font Color

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

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


#df089e Background Color

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

This div background color is #df089e


#df089e Border Color

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

This div border color is #df089e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df089e


Comments

No comments written yet.

Please login to write comment.