Color Hex Logo

#d977ca Color Hex

#D977CA
(217,119,202)
0 Favorites   0 Comments

Color spaces of #d977ca

RGB 217119202
HSL0.860.560.66
HSV309°45°85°
CMYK 0.000.450.07   0.15
XYZ45.872832.209659.6764
Yxy32.20960.33300.2338
Hunter Lab56.753544.9596-22.6161
CIE-Lab63.515749.4610-26.5771

#d977ca color RGB value is (217,119,202).

#d977ca hex color red value is 217, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d977ca hue: 0.86 , saturation: 0.56 and the lightness value of d977ca is 0.66.

The process color (four color CMYK) of #d977ca color hex is 0.00, 0.45, 0.07, 0.15. Web safe color of #d977ca is #cc66cc. Color #d977ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11001010
Octal 331 167 312
Decimal 217 119 202
Hex D9 77 CA

RGB Percentages of Color #d977ca

%40.33
%22.12
%37.55

CMYK Percentages of Color #d977ca

%0
%45
%7
%15

Triadic Colors of #d977ca

#d977ca #cad977 #77cad9

Analogous Colors of #d977ca

#d977ca #d97799 #b777d9

Monochromatic Colors of #d977ca

#d977ca

Complementary Color

#d977ca #77d986

#d977ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977ca Color CSS Codes

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

#d977ca Text Font Color

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

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


#d977ca Background Color

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

This div background color is #d977ca


#d977ca Border Color

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

This div border color is #d977ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977ca


Comments

No comments written yet.

Please login to write comment.