Color Hex Logo

#c520eb Color Hex

#C520EB
(197,32,235)
0 Favorites   0 Comments

Color spaces of #c520eb

RGB 19732235
HSL0.800.840.52
HSV289°86°92°
CMYK 0.160.860.00   0.08
XYZ38.537918.901580.2144
Yxy18.90150.28000.1373
Hunter Lab43.475982.1434-78.9589
CIE-Lab50.571883.1250-65.8528

#c520eb color RGB value is (197,32,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100000 11101011
Octal 305 40 353
Decimal 197 32 235
Hex C5 20 EB

RGB Percentages of Color #c520eb

%42.46
%6.90
%50.65

CMYK Percentages of Color #c520eb

%16
%86
%0
%8

Triadic Colors of #c520eb

#c520eb #ebc520 #20ebc5

Analogous Colors of #c520eb

#c520eb #eb20ac #6020eb

Monochromatic Colors of #c520eb

#c520eb

Complementary Color

#c520eb #46eb20

#c520eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c520eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c520eb Color CSS Codes

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

#c520eb Text Font Color

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

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


#c520eb Background Color

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

This div background color is #c520eb


#c520eb Border Color

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

This div border color is #c520eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c520eb


Comments

No comments written yet.

Please login to write comment.