Color Hex Logo

#ca577a Color Hex

#CA577A
(202,87,122)
0 Favorites   0 Comments

Color spaces of #ca577a

RGB 20287122
HSL0.950.520.57
HSV342°57°79°
CMYK 0.000.570.40   0.21
XYZ31.278220.778120.7744
Yxy20.77810.42950.2853
Hunter Lab45.583042.71314.8868
CIE-Lab52.705849.05473.3200

#ca577a color RGB value is (202,87,122).

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

The process color (four color CMYK) of #ca577a color hex is 0.00, 0.57, 0.40, 0.21. Web safe color of #ca577a is #cc6666. Color #ca577a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 01111010
Octal 312 127 172
Decimal 202 87 122
Hex CA 57 7A

RGB Percentages of Color #ca577a

%49.15
%21.17
%29.68

CMYK Percentages of Color #ca577a

%0
%57
%40
%21

Triadic Colors of #ca577a

#ca577a #7aca57 #577aca

Analogous Colors of #ca577a

#ca577a #ca6e57 #ca57b4

Monochromatic Colors of #ca577a

#ca577a

Complementary Color

#ca577a #57caa7

#ca577a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca577a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca577a Color CSS Codes

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

#ca577a Text Font Color

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

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


#ca577a Background Color

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

This div background color is #ca577a


#ca577a Border Color

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

This div border color is #ca577a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca577a


Comments

No comments written yet.

Please login to write comment.