Color Hex Logo

#d812c5 Color Hex

#D812C5
(216,18,197)
0 Favorites   0 Comments

Color spaces of #d812c5

RGB 21618197
HSL0.850.850.46
HSV306°92°85°
CMYK 0.000.920.09   0.15
XYZ38.613319.062854.4677
Yxy19.06280.34430.1700
Hunter Lab43.661081.4568-43.4025
CIE-Lab50.760682.5523-43.6611

#d812c5 color RGB value is (216,18,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010010 11000101
Octal 330 22 305
Decimal 216 18 197
Hex D8 12 C5

RGB Percentages of Color #d812c5

%50.12
%4.18
%45.71

CMYK Percentages of Color #d812c5

%0
%92
%9
%15

Triadic Colors of #d812c5

#d812c5 #c5d812 #12c5d8

Analogous Colors of #d812c5

#d812c5 #d81262 #8812d8

Monochromatic Colors of #d812c5

#d812c5

Complementary Color

#d812c5 #12d825

#d812c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d812c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d812c5 Color CSS Codes

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

#d812c5 Text Font Color

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

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


#d812c5 Background Color

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

This div background color is #d812c5


#d812c5 Border Color

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

This div border color is #d812c5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,18,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d812c5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d812c5


Comments

No comments written yet.

Please login to write comment.