Color Hex Logo

#c5529e Color Hex

#C5529E
(197,82,158)
0 Favorites   0 Comments

Color spaces of #c5529e

RGB 19782158
HSL0.890.500.55
HSV320°58°77°
CMYK 0.000.580.20   0.23
XYZ32.214820.373534.5823
Yxy20.37350.36960.2337
Hunter Lab45.137048.4077-13.8299
CIE-Lab52.256954.4013-18.7723

#c5529e color RGB value is (197,82,158).

#c5529e hex color red value is 197, green value is 82 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #c5529e hue: 0.89 , saturation: 0.50 and the lightness value of c5529e is 0.55.

The process color (four color CMYK) of #c5529e color hex is 0.00, 0.58, 0.20, 0.23. Web safe color of #c5529e is #cc6699. Color #c5529e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010010 10011110
Octal 305 122 236
Decimal 197 82 158
Hex C5 52 9E

RGB Percentages of Color #c5529e

%45.08
%18.76
%36.16

CMYK Percentages of Color #c5529e

%0
%58
%20
%23

Triadic Colors of #c5529e

#c5529e #9ec552 #529ec5

Analogous Colors of #c5529e

#c5529e #c55265 #b352c5

Monochromatic Colors of #c5529e

#c5529e

Complementary Color

#c5529e #52c579

#c5529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5529e Color CSS Codes

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

#c5529e Text Font Color

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

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


#c5529e Background Color

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

This div background color is #c5529e


#c5529e Border Color

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

This div border color is #c5529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5529e


Comments

No comments written yet.

Please login to write comment.