Color Hex Logo

#c523ac Color Hex

#C523AC
(197,35,172)
0 Favorites   0 Comments

Color spaces of #c523ac

RGB 19735172
HSL0.860.700.45
HSV309°82°77°
CMYK 0.000.820.13   0.23
XYZ31.073416.050940.4901
Yxy16.05090.35470.1832
Hunter Lab40.063668.3338-31.8767
CIE-Lab47.041272.7159-35.1306

#c523ac color RGB value is (197,35,172).

#c523ac hex color red value is 197, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c523ac hue: 0.86 , saturation: 0.70 and the lightness value of c523ac is 0.45.

The process color (four color CMYK) of #c523ac color hex is 0.00, 0.82, 0.13, 0.23. Web safe color of #c523ac is #cc3399. Color #c523ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100011 10101100
Octal 305 43 254
Decimal 197 35 172
Hex C5 23 AC

RGB Percentages of Color #c523ac

%48.76
%8.66
%42.57

CMYK Percentages of Color #c523ac

%0
%82
%13
%23

Triadic Colors of #c523ac

#c523ac #acc523 #23acc5

Analogous Colors of #c523ac

#c523ac #c5235b #8d23c5

Monochromatic Colors of #c523ac

#c523ac

Complementary Color

#c523ac #23c53c

#c523ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c523ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c523ac Color CSS Codes

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

#c523ac Text Font Color

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

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


#c523ac Background Color

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

This div background color is #c523ac


#c523ac Border Color

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

This div border color is #c523ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c523ac


Comments

No comments written yet.

Please login to write comment.