Color Hex Logo

#c527ea Color Hex

#C527EA
(197,39,234)
0 Favorites   0 Comments

Color spaces of #c527ea

RGB 19739234
HSL0.800.820.54
HSV289°83°92°
CMYK 0.160.830.00   0.08
XYZ38.602819.261979.5252
Yxy19.26190.28100.1402
Hunter Lab43.888480.1982-76.7109
CIE-Lab50.992281.5203-64.6091

#c527ea color RGB value is (197,39,234).

#c527ea hex color red value is 197, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c527ea hue: 0.80 , saturation: 0.82 and the lightness value of c527ea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100111 11101010
Octal 305 47 352
Decimal 197 39 234
Hex C5 27 EA

RGB Percentages of Color #c527ea

%41.91
%8.30
%49.79

CMYK Percentages of Color #c527ea

%16
%83
%0
%8

Triadic Colors of #c527ea

#c527ea #eac527 #27eac5

Analogous Colors of #c527ea

#c527ea #ea27ae #6327ea

Monochromatic Colors of #c527ea

#c527ea

Complementary Color

#c527ea #4cea27

#c527ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c527ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c527ea Color CSS Codes

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

#c527ea Text Font Color

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

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


#c527ea Background Color

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

This div background color is #c527ea


#c527ea Border Color

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

This div border color is #c527ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c527ea


Comments

No comments written yet.

Please login to write comment.