Color Hex Logo

#ca597f Color Hex

#CA597F
(202,89,127)
0 Favorites   0 Comments

Color spaces of #ca597f

RGB 20289127
HSL0.940.520.57
HSV340°56°79°
CMYK 0.000.560.37   0.21
XYZ31.760321.233622.5032
Yxy21.23360.42070.2813
Hunter Lab46.079942.39013.3016
CIE-Lab53.204248.67081.0703

#ca597f color RGB value is (202,89,127).

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

The process color (four color CMYK) of #ca597f color hex is 0.00, 0.56, 0.37, 0.21. Web safe color of #ca597f is #cc6666. Color #ca597f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 01111111
Octal 312 131 177
Decimal 202 89 127
Hex CA 59 7F

RGB Percentages of Color #ca597f

%48.33
%21.29
%30.38

CMYK Percentages of Color #ca597f

%0
%56
%37
%21

Triadic Colors of #ca597f

#ca597f #7fca59 #597fca

Analogous Colors of #ca597f

#ca597f #ca6c59 #ca59b8

Monochromatic Colors of #ca597f

#ca597f

Complementary Color

#ca597f #59caa4

#ca597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca597f Color CSS Codes

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

#ca597f Text Font Color

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

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


#ca597f Background Color

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

This div background color is #ca597f


#ca597f Border Color

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

This div border color is #ca597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca597f


Comments

No comments written yet.

Please login to write comment.