Color Hex Logo

#d6408f Color Hex

#D6408F
(214,64,143)
0 Favorites   0 Comments

Color spaces of #d6408f

RGB 21464143
HSL0.910.650.55
HSV328°70°84°
CMYK 0.000.700.33   0.16
XYZ34.522919.946128.0170
Yxy19.94610.41850.2418
Hunter Lab44.661159.8233-5.9314
CIE-Lab51.776264.6076-10.3533

#d6408f color RGB value is (214,64,143).

#d6408f hex color red value is 214, green value is 64 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d6408f hue: 0.91 , saturation: 0.65 and the lightness value of d6408f is 0.55.

The process color (four color CMYK) of #d6408f color hex is 0.00, 0.70, 0.33, 0.16. Web safe color of #d6408f is #cc3399. Color #d6408f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000000 10001111
Octal 326 100 217
Decimal 214 64 143
Hex D6 40 8F

RGB Percentages of Color #d6408f

%50.83
%15.20
%33.97

CMYK Percentages of Color #d6408f

%0
%70
%33
%16

Triadic Colors of #d6408f

#d6408f #8fd640 #408fd6

Analogous Colors of #d6408f

#d6408f #d64044 #d240d6

Monochromatic Colors of #d6408f

#d6408f

Complementary Color

#d6408f #40d687

#d6408f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6408f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6408f Color CSS Codes

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

#d6408f Text Font Color

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

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


#d6408f Background Color

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

This div background color is #d6408f


#d6408f Border Color

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

This div border color is #d6408f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6408f


Comments

No comments written yet.

Please login to write comment.