Color Hex Logo

#ca557a Color Hex

#CA557A
(202,85,122)
0 Favorites   0 Comments

Color spaces of #ca557a

RGB 20285122
HSL0.950.520.56
HSV341°58°79°
CMYK 0.000.580.40   0.21
XYZ31.118520.458720.7212
Yxy20.45870.43040.2830
Hunter Lab45.231343.65074.5002
CIE-Lab52.351949.99142.8083

#ca557a color RGB value is (202,85,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 01111010
Octal 312 125 172
Decimal 202 85 122
Hex CA 55 7A

RGB Percentages of Color #ca557a

%49.39
%20.78
%29.83

CMYK Percentages of Color #ca557a

%0
%58
%40
%21

Triadic Colors of #ca557a

#ca557a #7aca55 #557aca

Analogous Colors of #ca557a

#ca557a #ca6b55 #ca55b5

Monochromatic Colors of #ca557a

#ca557a

Complementary Color

#ca557a #55caa5

#ca557a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca557a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca557a Color CSS Codes

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

#ca557a Text Font Color

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

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


#ca557a Background Color

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

This div background color is #ca557a


#ca557a Border Color

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

This div border color is #ca557a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca557a


Comments

No comments written yet.

Please login to write comment.