Color Hex Logo

#ca529e Color Hex

#CA529E
(202,82,158)
0 Favorites   0 Comments

Color spaces of #ca529e

RGB 20282158
HSL0.890.530.56
HSV322°59°79°
CMYK 0.000.590.22   0.21
XYZ33.546021.059834.6446
Yxy21.05980.37590.2360
Hunter Lab45.891050.1732-12.6363
CIE-Lab53.014955.8713-17.5473

#ca529e color RGB value is (202,82,158).

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

The process color (four color CMYK) of #ca529e color hex is 0.00, 0.59, 0.22, 0.21. Web safe color of #ca529e is #cc6699. Color #ca529e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010010 10011110
Octal 312 122 236
Decimal 202 82 158
Hex CA 52 9E

RGB Percentages of Color #ca529e

%45.70
%18.55
%35.75

CMYK Percentages of Color #ca529e

%0
%59
%22
%21

Triadic Colors of #ca529e

#ca529e #9eca52 #529eca

Analogous Colors of #ca529e

#ca529e #ca5262 #ba52ca

Monochromatic Colors of #ca529e

#ca529e

Complementary Color

#ca529e #52ca7e

#ca529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca529e Color CSS Codes

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

#ca529e Text Font Color

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

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


#ca529e Background Color

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

This div background color is #ca529e


#ca529e Border Color

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

This div border color is #ca529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca529e


Comments

No comments written yet.

Please login to write comment.