Color Hex Logo

#c821da Color Hex

#C821DA
(200,33,218)
0 Favorites   0 Comments

Color spaces of #c821da

RGB 20033218
HSL0.820.740.49
HSV294°85°85°
CMYK 0.080.850.00   0.15
XYZ37.018218.429067.9358
Yxy18.42900.30000.1494
Hunter Lab42.929078.7969-63.7770
CIE-Lab50.012480.6064-57.0859

#c821da color RGB value is (200,33,218).

#c821da hex color red value is 200, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c821da hue: 0.82 , saturation: 0.74 and the lightness value of c821da is 0.49.

The process color (four color CMYK) of #c821da color hex is 0.08, 0.85, 0.00, 0.15. Web safe color of #c821da is #cc33cc. Color #c821da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 11011010
Octal 310 41 332
Decimal 200 33 218
Hex C8 21 DA

RGB Percentages of Color #c821da

%44.35
%7.32
%48.34

CMYK Percentages of Color #c821da

%8
%85
%0
%15

Triadic Colors of #c821da

#c821da #dac821 #21dac8

Analogous Colors of #c821da

#c821da #da2190 #6c21da

Monochromatic Colors of #c821da

#c821da

Complementary Color

#c821da #33da21

#c821da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821da Color CSS Codes

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

#c821da Text Font Color

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

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


#c821da Background Color

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

This div background color is #c821da


#c821da Border Color

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

This div border color is #c821da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821da


Comments

No comments written yet.

Please login to write comment.