Color Hex Logo

#d812ca Color Hex

#D812CA
(216,18,202)
0 Favorites   0 Comments

Color spaces of #d812ca

RGB 21618202
HSL0.850.850.46
HSV304°92°85°
CMYK 0.000.920.06   0.15
XYZ39.195919.295857.5357
Yxy19.29580.33780.1663
Hunter Lab43.927082.4027-46.9093
CIE-Lab51.031583.2377-46.1207

#d812ca color RGB value is (216,18,202).

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

The process color (four color CMYK) of #d812ca color hex is 0.00, 0.92, 0.06, 0.15. Web safe color of #d812ca is #cc00cc. Color #d812ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010010 11001010
Octal 330 22 312
Decimal 216 18 202
Hex D8 12 CA

RGB Percentages of Color #d812ca

%49.54
%4.13
%46.33

CMYK Percentages of Color #d812ca

%0
%92
%6
%15

Triadic Colors of #d812ca

#d812ca #cad812 #12cad8

Analogous Colors of #d812ca

#d812ca #d81267 #8312d8

Monochromatic Colors of #d812ca

#d812ca

Complementary Color

#d812ca #12d820

#d812ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d812ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d812ca Color CSS Codes

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

#d812ca Text Font Color

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

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


#d812ca Background Color

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

This div background color is #d812ca


#d812ca Border Color

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

This div border color is #d812ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d812ca


Comments

No comments written yet.

Please login to write comment.