Color Hex Logo

#c812ab Color Hex

#C812AB
(200,18,171)
0 Favorites   0 Comments

Color spaces of #c812ab

RGB 20018171
HSL0.860.830.43
HSV310°91°78°
CMYK 0.000.910.15   0.22
XYZ31.386415.652239.8950
Yxy15.65220.36100.1800
Hunter Lab39.562972.3744-32.0937
CIE-Lab46.514876.1373-35.3300

#c812ab color RGB value is (200,18,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010010 10101011
Octal 310 22 253
Decimal 200 18 171
Hex C8 12 AB

RGB Percentages of Color #c812ab

%51.41
%4.63
%43.96

CMYK Percentages of Color #c812ab

%0
%91
%15
%22

Triadic Colors of #c812ab

#c812ab #abc812 #12abc8

Analogous Colors of #c812ab

#c812ab #c81250 #8a12c8

Monochromatic Colors of #c812ab

#c812ab

Complementary Color

#c812ab #12c82f

#c812ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c812ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c812ab Color CSS Codes

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

#c812ab Text Font Color

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

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


#c812ab Background Color

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

This div background color is #c812ab


#c812ab Border Color

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

This div border color is #c812ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c812ab


Comments

No comments written yet.

Please login to write comment.