Color Hex Logo

#df409a Color Hex

#DF409A
(223,64,154)
0 Favorites   0 Comments

Color spaces of #df409a

RGB 22364154
HSL0.910.710.56
HSV326°71°87°
CMYK 0.000.710.31   0.13
XYZ38.097621.687932.7501
Yxy21.68790.41170.2344
Hunter Lab46.570364.5270-9.0959
CIE-Lab53.694368.2511-13.8403

#df409a color RGB value is (223,64,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10011010
Octal 337 100 232
Decimal 223 64 154
Hex DF 40 9A

RGB Percentages of Color #df409a

%50.57
%14.51
%34.92

CMYK Percentages of Color #df409a

%0
%71
%31
%13

Triadic Colors of #df409a

#df409a #9adf40 #409adf

Analogous Colors of #df409a

#df409a #df404b #d540df

Monochromatic Colors of #df409a

#df409a

Complementary Color

#df409a #40df85

#df409a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df409a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df409a Color CSS Codes

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

#df409a Text Font Color

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

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


#df409a Background Color

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

This div background color is #df409a


#df409a Border Color

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

This div border color is #df409a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df409a


Comments

No comments written yet.

Please login to write comment.