Color Hex Logo

#c529ab Color Hex

#C529AB
(197,41,171)
0 Favorites   0 Comments

Color spaces of #c529ab

RGB 19741171
HSL0.860.660.47
HSV310°79°77°
CMYK 0.000.790.13   0.23
XYZ31.169616.396540.0501
Yxy16.39650.35580.1871
Hunter Lab40.492666.5402-30.2973
CIE-Lab47.490471.1346-33.8332

#c529ab color RGB value is (197,41,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101001 10101011
Octal 305 51 253
Decimal 197 41 171
Hex C5 29 AB

RGB Percentages of Color #c529ab

%48.17
%10.02
%41.81

CMYK Percentages of Color #c529ab

%0
%79
%13
%23

Triadic Colors of #c529ab

#c529ab #abc529 #29abc5

Analogous Colors of #c529ab

#c529ab #c5295d #9129c5

Monochromatic Colors of #c529ab

#c529ab

Complementary Color

#c529ab #29c543

#c529ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c529ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c529ab Color CSS Codes

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

#c529ab Text Font Color

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

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


#c529ab Background Color

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

This div background color is #c529ab


#c529ab Border Color

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

This div border color is #c529ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c529ab


Comments

No comments written yet.

Please login to write comment.