Color Hex Logo

#c821be Color Hex

#C821BE
(200,33,190)
0 Favorites   0 Comments

Color spaces of #c821be

RGB 20033190
HSL0.840.720.46
HSV304°84°78°
CMYK 0.000.840.05   0.22
XYZ33.657517.084850.2389
Yxy17.08480.33330.1692
Hunter Lab41.333873.0159-43.1301
CIE-Lab48.366776.2976-43.5685

#c821be color RGB value is (200,33,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 10111110
Octal 310 41 276
Decimal 200 33 190
Hex C8 21 BE

RGB Percentages of Color #c821be

%47.28
%7.80
%44.92

CMYK Percentages of Color #c821be

%0
%84
%5
%22

Triadic Colors of #c821be

#c821be #bec821 #21bec8

Analogous Colors of #c821be

#c821be #c8216b #7f21c8

Monochromatic Colors of #c821be

#c821be

Complementary Color

#c821be #21c82b

#c821be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821be Color CSS Codes

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

#c821be Text Font Color

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

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


#c821be Background Color

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

This div background color is #c821be


#c821be Border Color

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

This div border color is #c821be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821be


Comments

No comments written yet.

Please login to write comment.