color codes Logo

#c2529e color codes

#C2529E
(194,82,158)
0 Favorites   0 Comments

Color spaces of #c2529e

RGB 19482158
HSL0.890.480.54
HSV319°58°76°
CMYK 0.000.580.19   0.24
XYZ31.437019.972534.5459
Yxy19.97250.36570.2324
Hunter Lab44.690647.3549-14.5478
CIE-Lab51.806153.5158-19.5016

#c2529e color RGB value is (194,82,158).

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

The process color (four color CMYK) of #c2529e color code is 0.00, 0.58, 0.19, 0.24. Web safe color of #c2529e is #cc6699. Color #c2529e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010010 10011110
Octal 302 122 236
Decimal 194 82 158
Hex C2 52 9E

RGB Percentages of Color #c2529e

%44.70
%18.89
%36.41

CMYK Percentages of Color #c2529e

%0
%58
%19
%24

Triadic Colors of #c2529e

#c2529e #9ec252 #529ec2

Analogous Colors of #c2529e

#c2529e #c25266 #ae52c2

Monochromatic Colors of #c2529e

#c2529e

Complementary Color

#c2529e #52c276

#c2529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2529e Color CSS Codes

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

#c2529e Text Font Color

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

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


#c2529e Background Color

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

This div background color is #c2529e


#c2529e Border Color

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

This div border color is #c2529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2529e


Comments

No comments written yet.

Please login to write comment.