Color Hex Logo

#d6608e Color Hex

#D6608E
(214,96,142)
0 Favorites   0 Comments

Color spaces of #d6608e

RGB 21496142
HSL0.940.590.61
HSV337°55°84°
CMYK 0.000.550.34   0.16
XYZ36.796924.614928.4029
Yxy24.61490.40970.2741
Hunter Lab49.613445.56510.7868
CIE-Lab56.698351.0588-2.4484

#d6608e color RGB value is (214,96,142).

#d6608e hex color red value is 214, green value is 96 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d6608e hue: 0.94 , saturation: 0.59 and the lightness value of d6608e is 0.61.

The process color (four color CMYK) of #d6608e color hex is 0.00, 0.55, 0.34, 0.16. Web safe color of #d6608e is #cc6699. Color #d6608e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 10001110
Octal 326 140 216
Decimal 214 96 142
Hex D6 60 8E

RGB Percentages of Color #d6608e

%47.35
%21.24
%31.42

CMYK Percentages of Color #d6608e

%0
%55
%34
%16

Triadic Colors of #d6608e

#d6608e #8ed660 #608ed6

Analogous Colors of #d6608e

#d6608e #d66d60 #d660c9

Monochromatic Colors of #d6608e

#d6608e

Complementary Color

#d6608e #60d6a8

#d6608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6608e Color CSS Codes

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

#d6608e Text Font Color

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

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


#d6608e Background Color

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

This div background color is #d6608e


#d6608e Border Color

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

This div border color is #d6608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6608e


Comments

No comments written yet.

Please login to write comment.