Color Hex Logo

#c821cb Color Hex

#C821CB
(200,33,203)
0 Favorites   0 Comments

Color spaces of #c821cb

RGB 20033203
HSL0.830.720.46
HSV299°84°80°
CMYK 0.010.840.00   0.20
XYZ35.142817.678958.0600
Yxy17.67890.31690.1594
Hunter Lab42.046375.6115-52.4387
CIE-Lab49.104378.2470-49.9331

#c821cb color RGB value is (200,33,203).

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

The process color (four color CMYK) of #c821cb color hex is 0.01, 0.84, 0.00, 0.20. Web safe color of #c821cb is #cc33cc. Color #c821cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 11001011
Octal 310 41 313
Decimal 200 33 203
Hex C8 21 CB

RGB Percentages of Color #c821cb

%45.87
%7.57
%46.56

CMYK Percentages of Color #c821cb

%1
%84
%0
%20

Triadic Colors of #c821cb

#c821cb #cbc821 #21cbc8

Analogous Colors of #c821cb

#c821cb #cb2179 #7321cb

Monochromatic Colors of #c821cb

#c821cb

Complementary Color

#c821cb #24cb21

#c821cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821cb Color CSS Codes

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

#c821cb Text Font Color

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

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


#c821cb Background Color

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

This div background color is #c821cb


#c821cb Border Color

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

This div border color is #c821cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821cb


Comments

No comments written yet.

Please login to write comment.