Color Hex Logo

#ca576f Color Hex

#CA576F
(202,87,111)
0 Favorites   0 Comments

Color spaces of #ca576f

RGB 20287111
HSL0.970.520.57
HSV347°57°79°
CMYK 0.000.570.45   0.21
XYZ30.634620.520617.3852
Yxy20.52060.44700.2994
Hunter Lab45.299741.43908.9553
CIE-Lab52.420847.89909.4652

#ca576f color RGB value is (202,87,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010111 01101111
Octal 312 127 157
Decimal 202 87 111
Hex CA 57 6F

RGB Percentages of Color #ca576f

%50.50
%21.75
%27.75

CMYK Percentages of Color #ca576f

%0
%57
%45
%21

Triadic Colors of #ca576f

#ca576f #6fca57 #576fca

Analogous Colors of #ca576f

#ca576f #ca7957 #ca57a9

Monochromatic Colors of #ca576f

#ca576f

Complementary Color

#ca576f #57cab2

#ca576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca576f Color CSS Codes

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

#ca576f Text Font Color

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

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


#ca576f Background Color

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

This div background color is #ca576f


#ca576f Border Color

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

This div border color is #ca576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca576f


Comments

No comments written yet.

Please login to write comment.