Color Hex Logo

#c529a0 Color Hex

#C529A0
(197,41,160)
0 Favorites   0 Comments

Color spaces of #c529a0

RGB 19741160
HSL0.870.660.47
HSV314°79°77°
CMYK 0.000.790.19   0.23
XYZ30.164115.994334.7551
Yxy15.99430.37280.1977
Hunter Lab39.992964.6437-23.5299
CIE-Lab46.967069.6425-28.1197

#c529a0 color RGB value is (197,41,160).

#c529a0 hex color red value is 197, green value is 41 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c529a0 hue: 0.87 , saturation: 0.66 and the lightness value of c529a0 is 0.47.

The process color (four color CMYK) of #c529a0 color hex is 0.00, 0.79, 0.19, 0.23. Web safe color of #c529a0 is #cc3399. Color #c529a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101001 10100000
Octal 305 51 240
Decimal 197 41 160
Hex C5 29 A0

RGB Percentages of Color #c529a0

%49.50
%10.30
%40.20

CMYK Percentages of Color #c529a0

%0
%79
%19
%23

Triadic Colors of #c529a0

#c529a0 #a0c529 #29a0c5

Analogous Colors of #c529a0

#c529a0 #c52952 #9c29c5

Monochromatic Colors of #c529a0

#c529a0

Complementary Color

#c529a0 #29c54e

#c529a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c529a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c529a0 Color CSS Codes

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

#c529a0 Text Font Color

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

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


#c529a0 Background Color

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

This div background color is #c529a0


#c529a0 Border Color

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

This div border color is #c529a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c529a0


Comments

No comments written yet.

Please login to write comment.