Color Hex Logo

#df499a Color Hex

#DF499A
(223,73,154)
0 Favorites   0 Comments

Color spaces of #df499a

RGB 22373154
HSL0.910.700.58
HSV328°67°87°
CMYK 0.000.670.31   0.13
XYZ38.646722.786232.9331
Yxy22.78620.40950.2415
Hunter Lab47.734960.9795-7.4907
CIE-Lab54.851465.0261-12.0944

#df499a color RGB value is (223,73,154).

#df499a hex color red value is 223, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df499a hue: 0.91 , saturation: 0.70 and the lightness value of df499a is 0.58.

The process color (four color CMYK) of #df499a color hex is 0.00, 0.67, 0.31, 0.13. Web safe color of #df499a is #cc3399. Color #df499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001001 10011010
Octal 337 111 232
Decimal 223 73 154
Hex DF 49 9A

RGB Percentages of Color #df499a

%49.56
%16.22
%34.22

CMYK Percentages of Color #df499a

%0
%67
%31
%13

Triadic Colors of #df499a

#df499a #9adf49 #499adf

Analogous Colors of #df499a

#df499a #df494f #d949df

Monochromatic Colors of #df499a

#df499a

Complementary Color

#df499a #49df8e

#df499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df499a Color CSS Codes

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

#df499a Text Font Color

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

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


#df499a Background Color

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

This div background color is #df499a


#df499a Border Color

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

This div border color is #df499a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,73,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 #df499a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df499a


Comments

No comments written yet.

Please login to write comment.