Color Hex Logo

#ca596f Color Hex

#CA596F
(202,89,111)
0 Favorites   0 Comments

Color spaces of #ca596f

RGB 20289111
HSL0.970.520.57
HSV348°56°79°
CMYK 0.000.560.45   0.21
XYZ30.798720.849017.4399
Yxy20.84900.44580.3018
Hunter Lab45.660740.49429.3169
CIE-Lab52.783846.94519.9774

#ca596f color RGB value is (202,89,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 01101111
Octal 312 131 157
Decimal 202 89 111
Hex CA 59 6F

RGB Percentages of Color #ca596f

%50.25
%22.14
%27.61

CMYK Percentages of Color #ca596f

%0
%56
%45
%21

Triadic Colors of #ca596f

#ca596f #6fca59 #596fca

Analogous Colors of #ca596f

#ca596f #ca7c59 #ca59a8

Monochromatic Colors of #ca596f

#ca596f

Complementary Color

#ca596f #59cab4

#ca596f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca596f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca596f Color CSS Codes

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

#ca596f Text Font Color

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

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


#ca596f Background Color

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

This div background color is #ca596f


#ca596f Border Color

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

This div border color is #ca596f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca596f


Comments

No comments written yet.

Please login to write comment.