Color Hex Logo

#df409b Color Hex

#DF409B
(223,64,155)
0 Favorites   0 Comments

Color spaces of #df409b

RGB 22364155
HSL0.900.710.56
HSV326°71°87°
CMYK 0.000.710.30   0.13
XYZ38.181221.721333.1906
Yxy21.72130.41010.2333
Hunter Lab46.606164.6721-9.5992
CIE-Lab53.730068.3664-14.3768

#df409b color RGB value is (223,64,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10011011
Octal 337 100 233
Decimal 223 64 155
Hex DF 40 9B

RGB Percentages of Color #df409b

%50.45
%14.48
%35.07

CMYK Percentages of Color #df409b

%0
%71
%30
%13

Triadic Colors of #df409b

#df409b #9bdf40 #409bdf

Analogous Colors of #df409b

#df409b #df404b #d440df

Monochromatic Colors of #df409b

#df409b

Complementary Color

#df409b #40df84

#df409b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df409b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df409b Color CSS Codes

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

#df409b Text Font Color

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

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


#df409b Background Color

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

This div background color is #df409b


#df409b Border Color

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

This div border color is #df409b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df409b


Comments

No comments written yet.

Please login to write comment.