Color Hex Logo

#c524ce Color Hex

#C524CE
(197,36,206)
0 Favorites   0 Comments

Color spaces of #c524ce

RGB 19736206
HSL0.820.700.47
HSV297°83°81°
CMYK 0.040.830.00   0.19
XYZ34.797417.588359.9534
Yxy17.58830.30980.1566
Hunter Lab41.938474.7139-55.4016
CIE-Lab48.992977.5476-51.8693

#c524ce color RGB value is (197,36,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100100 11001110
Octal 305 44 316
Decimal 197 36 206
Hex C5 24 CE

RGB Percentages of Color #c524ce

%44.87
%8.20
%46.92

CMYK Percentages of Color #c524ce

%4
%83
%0
%19

Triadic Colors of #c524ce

#c524ce #cec524 #24cec5

Analogous Colors of #c524ce

#c524ce #ce2482 #7024ce

Monochromatic Colors of #c524ce

#c524ce

Complementary Color

#c524ce #2dce24

#c524ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c524ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c524ce Color CSS Codes

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

#c524ce Text Font Color

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

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


#c524ce Background Color

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

This div background color is #c524ce


#c524ce Border Color

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

This div border color is #c524ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c524ce


Comments

No comments written yet.

Please login to write comment.