Color Hex Logo

#df199b Color Hex

#DF199B
(223,25,155)
0 Favorites   0 Comments

Color spaces of #df199b

RGB 22325155
HSL0.890.800.49
HSV321°89°87°
CMYK 0.000.890.30   0.13
XYZ36.695518.749832.6954
Yxy18.74980.41630.2127
Hunter Lab43.301075.4931-14.4575
CIE-Lab50.393277.9008-19.4572

#df199b color RGB value is (223,25,155).

#df199b hex color red value is 223, green value is 25 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df199b hue: 0.89 , saturation: 0.80 and the lightness value of df199b is 0.49.

The process color (four color CMYK) of #df199b color hex is 0.00, 0.89, 0.30, 0.13. Web safe color of #df199b is #cc0099. Color #df199b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 10011011
Octal 337 31 233
Decimal 223 25 155
Hex DF 19 9B

RGB Percentages of Color #df199b

%55.33
%6.20
%38.46

CMYK Percentages of Color #df199b

%0
%89
%30
%13

Triadic Colors of #df199b

#df199b #9bdf19 #199bdf

Analogous Colors of #df199b

#df199b #df1938 #c019df

Monochromatic Colors of #df199b

#df199b

Complementary Color

#df199b #19df5d

#df199b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df199b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df199b Color CSS Codes

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

#df199b Text Font Color

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

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


#df199b Background Color

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

This div background color is #df199b


#df199b Border Color

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

This div border color is #df199b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df199b


Comments

No comments written yet.

Please login to write comment.