Color Hex Logo

#ca579a Color Hex

#CA579A
(202,87,154)
0 Favorites   0 Comments

Color spaces of #ca579a

RGB 20287154
HSL0.900.520.57
HSV325°57°79°
CMYK 0.000.570.24   0.21
XYZ33.598121.706032.9907
Yxy21.70600.38050.2458
Hunter Lab46.589747.1931-9.3711
CIE-Lab53.713753.0421-14.1343

#ca579a color RGB value is (202,87,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 10011010
Octal 312 127 232
Decimal 202 87 154
Hex CA 57 9A

RGB Percentages of Color #ca579a

%45.60
%19.64
%34.76

CMYK Percentages of Color #ca579a

%0
%57
%24
%21

Triadic Colors of #ca579a

#ca579a #9aca57 #579aca

Analogous Colors of #ca579a

#ca579a #ca5761 #c157ca

Monochromatic Colors of #ca579a

#ca579a

Complementary Color

#ca579a #57ca87

#ca579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca579a Color CSS Codes

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

#ca579a Text Font Color

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

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


#ca579a Background Color

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

This div background color is #ca579a


#ca579a Border Color

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

This div border color is #ca579a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca579a


Comments

No comments written yet.

Please login to write comment.