Color Hex Logo

#d973ca Color Hex

#D973CA
(217,115,202)
0 Favorites   0 Comments

Color spaces of #d973ca

RGB 217115202
HSL0.860.570.65
HSV309°47°85°
CMYK 0.000.470.07   0.15
XYZ45.406731.277459.5211
Yxy31.27740.33340.2296
Hunter Lab55.926247.0540-23.9528
CIE-Lab62.741151.4670-27.7705

#d973ca color RGB value is (217,115,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110011 11001010
Octal 331 163 312
Decimal 217 115 202
Hex D9 73 CA

RGB Percentages of Color #d973ca

%40.64
%21.54
%37.83

CMYK Percentages of Color #d973ca

%0
%47
%7
%15

Triadic Colors of #d973ca

#d973ca #cad973 #73cad9

Analogous Colors of #d973ca

#d973ca #d97397 #b573d9

Monochromatic Colors of #d973ca

#d973ca

Complementary Color

#d973ca #73d982

#d973ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d973ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d973ca Color CSS Codes

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

#d973ca Text Font Color

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

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


#d973ca Background Color

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

This div background color is #d973ca


#d973ca Border Color

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

This div border color is #d973ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,115,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 #d973ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d973ca


Comments

No comments written yet.

Please login to write comment.