Color Hex Logo

#ca557b Color Hex

#CA557B
(202,85,123)
0 Favorites   0 Comments

Color spaces of #ca557b

RGB 20285123
HSL0.950.520.56
HSV341°58°79°
CMYK 0.000.580.39   0.21
XYZ31.180820.483621.0492
Yxy20.48360.42880.2817
Hunter Lab45.258843.77364.1063
CIE-Lab52.379650.10182.2523

#ca557b color RGB value is (202,85,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 01111011
Octal 312 125 173
Decimal 202 85 123
Hex CA 55 7B

RGB Percentages of Color #ca557b

%49.27
%20.73
%30.00

CMYK Percentages of Color #ca557b

%0
%58
%39
%21

Triadic Colors of #ca557b

#ca557b #7bca55 #557bca

Analogous Colors of #ca557b

#ca557b #ca6a55 #ca55b6

Monochromatic Colors of #ca557b

#ca557b

Complementary Color

#ca557b #55caa4

#ca557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca557b Color CSS Codes

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

#ca557b Text Font Color

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

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


#ca557b Background Color

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

This div background color is #ca557b


#ca557b Border Color

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

This div border color is #ca557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca557b


Comments

No comments written yet.

Please login to write comment.