Color Hex Logo

#c821fa Color Hex

#C821FA
(200,33,250)
0 Favorites   0 Comments

Color spaces of #c821fa

RGB 20033250
HSL0.790.960.55
HSV286°87°98°
CMYK 0.200.870.00   0.02
XYZ41.618620.269292.1613
Yxy20.26920.27020.1316
Hunter Lab45.021386.2216-89.8552
CIE-Lab52.140285.9739-71.7045

#c821fa color RGB value is (200,33,250).

#c821fa hex color red value is 200, green value is 33 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c821fa hue: 0.79 , saturation: 0.96 and the lightness value of c821fa is 0.55.

The process color (four color CMYK) of #c821fa color hex is 0.20, 0.87, 0.00, 0.02. Web safe color of #c821fa is #cc33ff. Color #c821fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 11111010
Octal 310 41 372
Decimal 200 33 250
Hex C8 21 FA

RGB Percentages of Color #c821fa

%41.41
%6.83
%51.76

CMYK Percentages of Color #c821fa

%20
%87
%0
%2

Triadic Colors of #c821fa

#c821fa #fac821 #21fac8

Analogous Colors of #c821fa

#c821fa #fa21c0 #5c21fa

Monochromatic Colors of #c821fa

#c821fa

Complementary Color

#c821fa #53fa21

#c821fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821fa Color CSS Codes

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

#c821fa Text Font Color

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

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


#c821fa Background Color

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

This div background color is #c821fa


#c821fa Border Color

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

This div border color is #c821fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821fa


Comments

No comments written yet.

Please login to write comment.