Color Hex Logo

#ca595f Color Hex

#CA595F
(202,89,95)
0 Favorites   0 Comments

Color spaces of #ca595f

RGB 2028995
HSL0.990.520.57
HSV357°56°79°
CMYK 0.000.560.53   0.21
XYZ29.995120.527513.2078
Yxy20.52750.47070.3221
Hunter Lab45.307338.885914.4311
CIE-Lab52.428445.463718.9759

#ca595f color RGB value is (202,89,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011001 01011111
Octal 312 131 137
Decimal 202 89 95
Hex CA 59 5F

RGB Percentages of Color #ca595f

%52.33
%23.06
%24.61

CMYK Percentages of Color #ca595f

%0
%56
%53
%21

Triadic Colors of #ca595f

#ca595f #5fca59 #595fca

Analogous Colors of #ca595f

#ca595f #ca8c59 #ca5998

Monochromatic Colors of #ca595f

#ca595f

Complementary Color

#ca595f #59cac4

#ca595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca595f Color CSS Codes

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

#ca595f Text Font Color

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

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


#ca595f Background Color

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

This div background color is #ca595f


#ca595f Border Color

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

This div border color is #ca595f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca595f


Comments

No comments written yet.

Please login to write comment.