Color Hex Logo

#d872ca Color Hex

#D872CA
(216,114,202)
0 Favorites   0 Comments

Color spaces of #d872ca

RGB 216114202
HSL0.860.570.65
HSV308°47°85°
CMYK 0.000.470.06   0.15
XYZ44.996930.897859.4694
Yxy30.89780.33240.2283
Hunter Lab55.585847.2213-24.5224
CIE-Lab62.421351.6662-28.2746

#d872ca color RGB value is (216,114,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 11001010
Octal 330 162 312
Decimal 216 114 202
Hex D8 72 CA

RGB Percentages of Color #d872ca

%40.60
%21.43
%37.97

CMYK Percentages of Color #d872ca

%0
%47
%6
%15

Triadic Colors of #d872ca

#d872ca #cad872 #72cad8

Analogous Colors of #d872ca

#d872ca #d87297 #b372d8

Monochromatic Colors of #d872ca

#d872ca

Complementary Color

#d872ca #72d880

#d872ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d872ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d872ca Color CSS Codes

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

#d872ca Text Font Color

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

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


#d872ca Background Color

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

This div background color is #d872ca


#d872ca Border Color

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

This div border color is #d872ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d872ca


Comments

No comments written yet.

Please login to write comment.