Color Hex Logo

#d875ca Color Hex

#D875CA
(216,117,202)
0 Favorites   0 Comments

Color spaces of #d875ca

RGB 216117202
HSL0.860.560.65
HSV308°46°85°
CMYK 0.000.460.06   0.15
XYZ45.340931.585859.5841
Yxy31.58580.33210.2314
Hunter Lab56.201245.6544-23.5179
CIE-Lab62.999150.1662-27.3835

#d875ca color RGB value is (216,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 11001010
Octal 330 165 312
Decimal 216 117 202
Hex D8 75 CA

RGB Percentages of Color #d875ca

%40.37
%21.87
%37.76

CMYK Percentages of Color #d875ca

%0
%46
%6
%15

Triadic Colors of #d875ca

#d875ca #cad875 #75cad8

Analogous Colors of #d875ca

#d875ca #d87599 #b575d8

Monochromatic Colors of #d875ca

#d875ca

Complementary Color

#d875ca #75d883

#d875ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d875ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d875ca Color CSS Codes

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

#d875ca Text Font Color

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

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


#d875ca Background Color

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

This div background color is #d875ca


#d875ca Border Color

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

This div border color is #d875ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d875ca


Comments

No comments written yet.

Please login to write comment.