Color Hex Logo

#d62977 Color Hex

#D62977
(214,41,119)
0 Favorites   0 Comments

Color spaces of #d62977

RGB 21441119
HSL0.920.680.50
HSV333°81°84°
CMYK 0.000.810.44   0.16
XYZ31.854317.213919.0965
Yxy17.21390.46730.2525
Hunter Lab41.489664.43921.7532
CIE-Lab48.528469.1670-0.6951

#d62977 color RGB value is (214,41,119).

#d62977 hex color red value is 214, green value is 41 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d62977 hue: 0.92 , saturation: 0.68 and the lightness value of d62977 is 0.50.

The process color (four color CMYK) of #d62977 color hex is 0.00, 0.81, 0.44, 0.16. Web safe color of #d62977 is #cc3366. Color #d62977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101001 01110111
Octal 326 51 167
Decimal 214 41 119
Hex D6 29 77

RGB Percentages of Color #d62977

%57.22
%10.96
%31.82

CMYK Percentages of Color #d62977

%0
%81
%44
%16

Triadic Colors of #d62977

#d62977 #77d629 #2977d6

Analogous Colors of #d62977

#d62977 #d63229 #d629ce

Monochromatic Colors of #d62977

#d62977

Complementary Color

#d62977 #29d688

#d62977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62977 Color CSS Codes

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

#d62977 Text Font Color

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

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


#d62977 Background Color

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

This div background color is #d62977


#d62977 Border Color

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

This div border color is #d62977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62977


Comments

No comments written yet.

Please login to write comment.