Color Hex Logo

#ca579b Color Hex

#CA579B
(202,87,155)
0 Favorites   0 Comments

Color spaces of #ca579b

RGB 20287155
HSL0.900.520.57
HSV325°57°79°
CMYK 0.000.570.23   0.21
XYZ33.681721.739533.4313
Yxy21.73950.37910.2447
Hunter Lab46.625647.3510-9.8739
CIE-Lab53.749553.1806-14.6678

#ca579b color RGB value is (202,87,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 10011011
Octal 312 127 233
Decimal 202 87 155
Hex CA 57 9B

RGB Percentages of Color #ca579b

%45.50
%19.59
%34.91

CMYK Percentages of Color #ca579b

%0
%57
%23
%21

Triadic Colors of #ca579b

#ca579b #9bca57 #579bca

Analogous Colors of #ca579b

#ca579b #ca5762 #c057ca

Monochromatic Colors of #ca579b

#ca579b

Complementary Color

#ca579b #57ca86

#ca579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca579b Color CSS Codes

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

#ca579b Text Font Color

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

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


#ca579b Background Color

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

This div background color is #ca579b


#ca579b Border Color

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

This div border color is #ca579b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca579b


Comments

No comments written yet.

Please login to write comment.