Color Hex Logo

#d851ca Color Hex

#D851CA
(216,81,202)
0 Favorites   0 Comments

Color spaces of #d851ca

RGB 21681202
HSL0.850.630.58
HSV306°63°85°
CMYK 0.000.630.06   0.15
XYZ41.922024.748158.4444
Yxy24.74810.33510.1978
Hunter Lab49.747563.3632-34.8320
CIE-Lab56.829266.6833-36.9715

#d851ca color RGB value is (216,81,202).

#d851ca hex color red value is 216, green value is 81 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d851ca hue: 0.85 , saturation: 0.63 and the lightness value of d851ca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010001 11001010
Octal 330 121 312
Decimal 216 81 202
Hex D8 51 CA

RGB Percentages of Color #d851ca

%43.29
%16.23
%40.48

CMYK Percentages of Color #d851ca

%0
%63
%6
%15

Triadic Colors of #d851ca

#d851ca #cad851 #51cad8

Analogous Colors of #d851ca

#d851ca #d85187 #a351d8

Monochromatic Colors of #d851ca

#d851ca

Complementary Color

#d851ca #51d85f

#d851ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d851ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d851ca Color CSS Codes

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

#d851ca Text Font Color

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

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


#d851ca Background Color

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

This div background color is #d851ca


#d851ca Border Color

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

This div border color is #d851ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d851ca


Comments

No comments written yet.

Please login to write comment.