Color Hex Logo

#c525ce Color Hex

#C525CE
(197,37,206)
0 Favorites   0 Comments

Color spaces of #c525ce

RGB 19737206
HSL0.820.700.48
HSV297°82°81°
CMYK 0.040.820.00   0.19
XYZ34.828117.649759.9636
Yxy17.64970.30970.1570
Hunter Lab42.011574.4585-55.2173
CIE-Lab49.068477.3272-51.7483

#c525ce color RGB value is (197,37,206).

#c525ce hex color red value is 197, green value is 37 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c525ce hue: 0.82 , saturation: 0.70 and the lightness value of c525ce is 0.48.

The process color (four color CMYK) of #c525ce color hex is 0.04, 0.82, 0.00, 0.19. Web safe color of #c525ce is #cc33cc. Color #c525ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100101 11001110
Octal 305 45 316
Decimal 197 37 206
Hex C5 25 CE

RGB Percentages of Color #c525ce

%44.77
%8.41
%46.82

CMYK Percentages of Color #c525ce

%4
%82
%0
%19

Triadic Colors of #c525ce

#c525ce #cec525 #25cec5

Analogous Colors of #c525ce

#c525ce #ce2583 #7125ce

Monochromatic Colors of #c525ce

#c525ce

Complementary Color

#c525ce #2ece25

#c525ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c525ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c525ce Color CSS Codes

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

#c525ce Text Font Color

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

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


#c525ce Background Color

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

This div background color is #c525ce


#c525ce Border Color

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

This div border color is #c525ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c525ce


Comments

No comments written yet.

Please login to write comment.