Color Hex Logo

#c820ff Color Hex

#C820FF
(200,32,255)
0 Favorites   0 Comments

Color spaces of #c820ff

RGB 20032255
HSL0.791.000.56
HSV285°87°100°
CMYK 0.220.870.00   0.00
XYZ42.385920.532496.3369
Yxy20.53240.26620.1289
Hunter Lab45.312787.6733-94.3344
CIE-Lab52.433987.0272-74.0133

#c820ff color RGB value is (200,32,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100000 11111111
Octal 310 40 377
Decimal 200 32 255
Hex C8 20 FF

RGB Percentages of Color #c820ff

%41.07
%6.57
%52.36

CMYK Percentages of Color #c820ff

%22
%87
%0
%0

Triadic Colors of #c820ff

#c820ff #ffc820 #20ffc8

Analogous Colors of #c820ff

#c820ff #ff20c7 #5920ff

Monochromatic Colors of #c820ff

#c820ff

Complementary Color

#c820ff #57ff20

#c820ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c820ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c820ff Color CSS Codes

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

#c820ff Text Font Color

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

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


#c820ff Background Color

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

This div background color is #c820ff


#c820ff Border Color

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

This div border color is #c820ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c820ff

Related Colors


Comments

No comments written yet.

Please login to write comment.