Color Hex Logo

#ca529a Color Hex

#CA529A
(202,82,154)
0 Favorites   0 Comments

Color spaces of #ca529a

RGB 20282154
HSL0.900.530.56
HSV324°59°79°
CMYK 0.000.590.24   0.21
XYZ33.207120.924232.8604
Yxy20.92420.38170.2405
Hunter Lab45.743049.5318-10.5721
CIE-Lab52.866455.3172-15.4179

#ca529a color RGB value is (202,82,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010010 10011010
Octal 312 122 232
Decimal 202 82 154
Hex CA 52 9A

RGB Percentages of Color #ca529a

%46.12
%18.72
%35.16

CMYK Percentages of Color #ca529a

%0
%59
%24
%21

Triadic Colors of #ca529a

#ca529a #9aca52 #529aca

Analogous Colors of #ca529a

#ca529a #ca525e #be52ca

Monochromatic Colors of #ca529a

#ca529a

Complementary Color

#ca529a #52ca82

#ca529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca529a Color CSS Codes

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

#ca529a Text Font Color

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

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


#ca529a Background Color

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

This div background color is #ca529a


#ca529a Border Color

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

This div border color is #ca529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca529a


Comments

No comments written yet.

Please login to write comment.