Color Hex Logo

#df408b Color Hex

#DF408B
(223,64,139)
0 Favorites   0 Comments

Color spaces of #df408b

RGB 22364139
HSL0.920.710.56
HSV332°71°87°
CMYK 0.000.710.38   0.13
XYZ36.925021.218826.5756
Yxy21.21880.43590.2505
Hunter Lab46.063962.4746-1.9614
CIE-Lab53.188166.6110-5.6989

#df408b color RGB value is (223,64,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10001011
Octal 337 100 213
Decimal 223 64 139
Hex DF 40 8B

RGB Percentages of Color #df408b

%52.35
%15.02
%32.63

CMYK Percentages of Color #df408b

%0
%71
%38
%13

Triadic Colors of #df408b

#df408b #8bdf40 #408bdf

Analogous Colors of #df408b

#df408b #df4540 #df40db

Monochromatic Colors of #df408b

#df408b

Complementary Color

#df408b #40df94

#df408b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df408b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df408b Color CSS Codes

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

#df408b Text Font Color

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

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


#df408b Background Color

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

This div background color is #df408b


#df408b Border Color

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

This div border color is #df408b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df408b


Comments

No comments written yet.

Please login to write comment.