Color Hex Logo

#ca596e Color Hex

#CA596E
(202,89,110)
0 Favorites   0 Comments

Color spaces of #ca596e

RGB 20289110
HSL0.970.520.57
HSV349°56°79°
CMYK 0.000.560.46   0.21
XYZ30.744020.827117.1515
Yxy20.82710.44740.3031
Hunter Lab45.636740.38559.6629
CIE-Lab52.759746.845510.5380

#ca596e color RGB value is (202,89,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 01101110
Octal 312 131 156
Decimal 202 89 110
Hex CA 59 6E

RGB Percentages of Color #ca596e

%50.37
%22.19
%27.43

CMYK Percentages of Color #ca596e

%0
%56
%46
%21

Triadic Colors of #ca596e

#ca596e #6eca59 #596eca

Analogous Colors of #ca596e

#ca596e #ca7d59 #ca59a7

Monochromatic Colors of #ca596e

#ca596e

Complementary Color

#ca596e #59cab5

#ca596e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca596e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca596e Color CSS Codes

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

#ca596e Text Font Color

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

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


#ca596e Background Color

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

This div background color is #ca596e


#ca596e Border Color

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

This div border color is #ca596e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca596e


Comments

No comments written yet.

Please login to write comment.