Color Hex Logo

#d60e89 Color Hex

#D60E89
(214,14,137)
0 Favorites   0 Comments

Color spaces of #d60e89

RGB 21414137
HSL0.900.880.45
HSV323°93°84°
CMYK 0.000.930.36   0.16
XYZ32.404016.416425.1277
Yxy16.41640.43820.2220
Hunter Lab40.517271.8521-8.4081
CIE-Lab47.516175.5168-13.1658

#d60e89 color RGB value is (214,14,137).

#d60e89 hex color red value is 214, green value is 14 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d60e89 hue: 0.90 , saturation: 0.88 and the lightness value of d60e89 is 0.45.

The process color (four color CMYK) of #d60e89 color hex is 0.00, 0.93, 0.36, 0.16. Web safe color of #d60e89 is #cc0099. Color #d60e89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001110 10001001
Octal 326 16 211
Decimal 214 14 137
Hex D6 E 89

RGB Percentages of Color #d60e89

%58.63
%3.84
%37.53

CMYK Percentages of Color #d60e89

%0
%93
%36
%16

Triadic Colors of #d60e89

#d60e89 #89d60e #0e89d6

Analogous Colors of #d60e89

#d60e89 #d60e25 #bf0ed6

Monochromatic Colors of #d60e89

#d60e89

Complementary Color

#d60e89 #0ed65b

#d60e89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60e89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60e89 Color CSS Codes

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

#d60e89 Text Font Color

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

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


#d60e89 Background Color

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

This div background color is #d60e89


#d60e89 Border Color

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

This div border color is #d60e89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60e89


Comments

No comments written yet.

Please login to write comment.