Color Hex Logo

#c821bf Color Hex

#C821BF
(200,33,191)
0 Favorites   0 Comments

Color spaces of #c821bf

RGB 20033191
HSL0.840.720.46
HSV303°84°78°
CMYK 0.000.840.05   0.22
XYZ33.767217.128750.8166
Yxy17.12870.33200.1684
Hunter Lab41.386873.2098-43.8281
CIE-Lab48.421876.4440-44.0637

#c821bf color RGB value is (200,33,191).

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

The process color (four color CMYK) of #c821bf color hex is 0.00, 0.84, 0.05, 0.22. Web safe color of #c821bf is #cc33cc. Color #c821bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 10111111
Octal 310 41 277
Decimal 200 33 191
Hex C8 21 BF

RGB Percentages of Color #c821bf

%47.17
%7.78
%45.05

CMYK Percentages of Color #c821bf

%0
%84
%5
%22

Triadic Colors of #c821bf

#c821bf #bfc821 #21bfc8

Analogous Colors of #c821bf

#c821bf #c8216c #7e21c8

Monochromatic Colors of #c821bf

#c821bf

Complementary Color

#c821bf #21c82a

#c821bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821bf Color CSS Codes

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

#c821bf Text Font Color

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

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


#c821bf Background Color

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

This div background color is #c821bf


#c821bf Border Color

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

This div border color is #c821bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821bf


Comments

No comments written yet.

Please login to write comment.