Color Hex Logo

#c821ab Color Hex

#C821AB
(200,33,171)
0 Favorites   0 Comments

Color spaces of #c821ab

RGB 20033171
HSL0.860.720.46
HSV310°84°78°
CMYK 0.000.840.15   0.22
XYZ31.714016.307340.0042
Yxy16.30730.36030.1853
Hunter Lab40.382369.5149-30.4673
CIE-Lab47.375173.6276-33.9773

#c821ab color RGB value is (200,33,171).

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

The process color (four color CMYK) of #c821ab color hex is 0.00, 0.84, 0.15, 0.22. Web safe color of #c821ab is #cc3399. Color #c821ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 10101011
Octal 310 41 253
Decimal 200 33 171
Hex C8 21 AB

RGB Percentages of Color #c821ab

%49.50
%8.17
%42.33

CMYK Percentages of Color #c821ab

%0
%84
%15
%22

Triadic Colors of #c821ab

#c821ab #abc821 #21abc8

Analogous Colors of #c821ab

#c821ab #c82158 #9221c8

Monochromatic Colors of #c821ab

#c821ab

Complementary Color

#c821ab #21c83e

#c821ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821ab Color CSS Codes

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

#c821ab Text Font Color

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

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


#c821ab Background Color

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

This div background color is #c821ab


#c821ab Border Color

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

This div border color is #c821ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821ab


Comments

No comments written yet.

Please login to write comment.