Color Hex Logo

#ca579d Color Hex

#CA579D
(202,87,157)
0 Favorites   0 Comments

Color spaces of #ca579d

RGB 20287157
HSL0.900.520.57
HSV323°57°79°
CMYK 0.000.570.22   0.21
XYZ33.851121.807334.3234
Yxy21.80730.37620.2424
Hunter Lab46.698347.6708-10.8896
CIE-Lab53.821953.4605-15.7326

#ca579d color RGB value is (202,87,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 10011101
Octal 312 127 235
Decimal 202 87 157
Hex CA 57 9D

RGB Percentages of Color #ca579d

%45.29
%19.51
%35.20

CMYK Percentages of Color #ca579d

%0
%57
%22
%21

Triadic Colors of #ca579d

#ca579d #9dca57 #579dca

Analogous Colors of #ca579d

#ca579d #ca5764 #be57ca

Monochromatic Colors of #ca579d

#ca579d

Complementary Color

#ca579d #57ca84

#ca579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca579d Color CSS Codes

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

#ca579d Text Font Color

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

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


#ca579d Background Color

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

This div background color is #ca579d


#ca579d Border Color

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

This div border color is #ca579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca579d


Comments

No comments written yet.

Please login to write comment.