Color Hex Logo

#ca575f Color Hex

#CA575F
(202,87,95)
0 Favorites   0 Comments

Color spaces of #ca575f

RGB 2028795
HSL0.990.520.57
HSV356°57°79°
CMYK 0.000.570.53   0.21
XYZ29.830920.199213.1530
Yxy20.19920.47210.3197
Hunter Lab44.943539.826814.1089
CIE-Lab52.061746.422318.4807

#ca575f color RGB value is (202,87,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 01011111
Octal 312 127 137
Decimal 202 87 95
Hex CA 57 5F

RGB Percentages of Color #ca575f

%52.60
%22.66
%24.74

CMYK Percentages of Color #ca575f

%0
%57
%53
%21

Triadic Colors of #ca575f

#ca575f #5fca57 #575fca

Analogous Colors of #ca575f

#ca575f #ca8957 #ca5799

Monochromatic Colors of #ca575f

#ca575f

Complementary Color

#ca575f #57cac2

#ca575f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca575f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca575f Color CSS Codes

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

#ca575f Text Font Color

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

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


#ca575f Background Color

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

This div background color is #ca575f


#ca575f Border Color

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

This div border color is #ca575f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,87,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 #ca575f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca575f


Comments

No comments written yet.

Please login to write comment.