Color Hex Logo

#c822fa Color Hex

#C822FA
(200,34,250)
0 Favorites   0 Comments

Color spaces of #c822fa

RGB 20034250
HSL0.790.960.56
HSV286°86°98°
CMYK 0.200.860.00   0.02
XYZ41.646820.325592.1707
Yxy20.32550.27020.1319
Hunter Lab45.083885.9952-89.6556
CIE-Lab52.203285.7879-71.6023

#c822fa color RGB value is (200,34,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100010 11111010
Octal 310 42 372
Decimal 200 34 250
Hex C8 22 FA

RGB Percentages of Color #c822fa

%41.32
%7.02
%51.65

CMYK Percentages of Color #c822fa

%20
%86
%0
%2

Triadic Colors of #c822fa

#c822fa #fac822 #22fac8

Analogous Colors of #c822fa

#c822fa #fa22c0 #5c22fa

Monochromatic Colors of #c822fa

#c822fa

Complementary Color

#c822fa #54fa22

#c822fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c822fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c822fa Color CSS Codes

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

#c822fa Text Font Color

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

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


#c822fa Background Color

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

This div background color is #c822fa


#c822fa Border Color

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

This div border color is #c822fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,34,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 #c822fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c822fa

Related Colors


Comments

No comments written yet.

Please login to write comment.