Color Hex Logo

#c812ae Color Hex

#C812AE
(200,18,174)
0 Favorites   0 Comments

Color spaces of #c812ae

RGB 20018174
HSL0.860.830.43
HSV309°91°78°
CMYK 0.000.910.13   0.22
XYZ31.675715.768041.4184
Yxy15.76800.35650.1774
Hunter Lab39.708972.8983-34.0462
CIE-Lab46.668676.5330-36.8638

#c812ae color RGB value is (200,18,174).

#c812ae hex color red value is 200, green value is 18 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c812ae hue: 0.86 , saturation: 0.83 and the lightness value of c812ae is 0.43.

The process color (four color CMYK) of #c812ae color hex is 0.00, 0.91, 0.13, 0.22. Web safe color of #c812ae is #cc0099. Color #c812ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010010 10101110
Octal 310 22 256
Decimal 200 18 174
Hex C8 12 AE

RGB Percentages of Color #c812ae

%51.02
%4.59
%44.39

CMYK Percentages of Color #c812ae

%0
%91
%13
%22

Triadic Colors of #c812ae

#c812ae #aec812 #12aec8

Analogous Colors of #c812ae

#c812ae #c81253 #8712c8

Monochromatic Colors of #c812ae

#c812ae

Complementary Color

#c812ae #12c82c

#c812ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c812ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c812ae Color CSS Codes

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

#c812ae Text Font Color

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

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


#c812ae Background Color

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

This div background color is #c812ae


#c812ae Border Color

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

This div border color is #c812ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c812ae


Comments

No comments written yet.

Please login to write comment.