Color Hex Logo

#d60893 Color Hex

#D60893
(214,8,147)
0 Favorites   0 Comments

Color spaces of #d60893

RGB 2148147
HSL0.890.930.44
HSV320°96°84°
CMYK 0.000.960.31   0.16
XYZ33.084816.576429.0596
Yxy16.57640.42030.2106
Hunter Lab40.714173.8016-13.8182
CIE-Lab47.721877.0595-18.9024

#d60893 color RGB value is (214,8,147).

#d60893 hex color red value is 214, green value is 8 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d60893 hue: 0.89 , saturation: 0.93 and the lightness value of d60893 is 0.44.

The process color (four color CMYK) of #d60893 color hex is 0.00, 0.96, 0.31, 0.16. Web safe color of #d60893 is #cc0099. Color #d60893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001000 10010011
Octal 326 10 223
Decimal 214 8 147
Hex D6 8 93

RGB Percentages of Color #d60893

%57.99
%2.17
%39.84

CMYK Percentages of Color #d60893

%0
%96
%31
%16

Triadic Colors of #d60893

#d60893 #93d608 #0893d6

Analogous Colors of #d60893

#d60893 #d6082c #b208d6

Monochromatic Colors of #d60893

#d60893

Complementary Color

#d60893 #08d64b

#d60893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d60893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d60893 Color CSS Codes

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

#d60893 Text Font Color

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

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


#d60893 Background Color

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

This div background color is #d60893


#d60893 Border Color

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

This div border color is #d60893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d60893


Comments

No comments written yet.

Please login to write comment.