Color Hex Logo

#c620ea Color Hex

#C620EA
(198,32,234)
0 Favorites   0 Comments

Color spaces of #c620ea

RGB 19832234
HSL0.800.830.52
HSV289°86°92°
CMYK 0.150.860.00   0.08
XYZ38.656518.979379.4678
Yxy18.97930.28200.1384
Hunter Lab43.565282.1482-77.6558
CIE-Lab50.663083.1111-65.1334

#c620ea color RGB value is (198,32,234).

#c620ea hex color red value is 198, green value is 32 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c620ea hue: 0.80 , saturation: 0.83 and the lightness value of c620ea is 0.52.

The process color (four color CMYK) of #c620ea color hex is 0.15, 0.86, 0.00, 0.08. Web safe color of #c620ea is #cc33ff. Color #c620ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 11101010
Octal 306 40 352
Decimal 198 32 234
Hex C6 20 EA

RGB Percentages of Color #c620ea

%42.67
%6.90
%50.43

CMYK Percentages of Color #c620ea

%15
%86
%0
%8

Triadic Colors of #c620ea

#c620ea #eac620 #20eac6

Analogous Colors of #c620ea

#c620ea #ea20a9 #6120ea

Monochromatic Colors of #c620ea

#c620ea

Complementary Color

#c620ea #44ea20

#c620ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c620ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c620ea Color CSS Codes

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

#c620ea Text Font Color

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

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


#c620ea Background Color

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

This div background color is #c620ea


#c620ea Border Color

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

This div border color is #c620ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c620ea


Comments

No comments written yet.

Please login to write comment.