Color Hex Logo

#ca599e Color Hex

#CA599E
(202,89,158)
0 Favorites   0 Comments

Color spaces of #ca599e

RGB 20289158
HSL0.900.520.57
HSV323°56°79°
CMYK 0.000.560.22   0.21
XYZ34.101122.169934.8297
Yxy22.16990.37430.2434
Hunter Lab47.084946.8794-10.8986
CIE-Lab54.206852.6720-15.7350

#ca599e color RGB value is (202,89,158).

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

The process color (four color CMYK) of #ca599e color hex is 0.00, 0.56, 0.22, 0.21. Web safe color of #ca599e is #cc6699. Color #ca599e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 10011110
Octal 312 131 236
Decimal 202 89 158
Hex CA 59 9E

RGB Percentages of Color #ca599e

%44.99
%19.82
%35.19

CMYK Percentages of Color #ca599e

%0
%56
%22
%21

Triadic Colors of #ca599e

#ca599e #9eca59 #599eca

Analogous Colors of #ca599e

#ca599e #ca5966 #be59ca

Monochromatic Colors of #ca599e

#ca599e

Complementary Color

#ca599e #59ca85

#ca599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca599e Color CSS Codes

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

#ca599e Text Font Color

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

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


#ca599e Background Color

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

This div background color is #ca599e


#ca599e Border Color

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

This div border color is #ca599e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca599e


Comments

No comments written yet.

Please login to write comment.