Color Hex Logo

#ca564c Color Hex

#CA564C
(202,86,76)
0 Favorites   0 Comments

Color spaces of #ca564c

RGB 2028676
HSL0.010.540.55
HSV62°79°
CMYK 0.000.570.62   0.21
XYZ28.989419.73399.1186
Yxy19.73390.50120.3412
Hunter Lab44.422938.745318.9256
CIE-Lab51.535045.466828.9374

#ca564c color RGB value is (202,86,76).

#ca564c hex color red value is 202, green value is 86 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ca564c hue: 0.01 , saturation: 0.54 and the lightness value of ca564c is 0.55.

The process color (four color CMYK) of #ca564c color hex is 0.00, 0.57, 0.62, 0.21. Web safe color of #ca564c is #cc6633. Color #ca564c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 01001100
Octal 312 126 114
Decimal 202 86 76
Hex CA 56 4C

RGB Percentages of Color #ca564c

%55.49
%23.63
%20.88

CMYK Percentages of Color #ca564c

%0
%57
%62
%21

Triadic Colors of #ca564c

#ca564c #4cca56 #564cca

Analogous Colors of #ca564c

#ca564c #ca954c #ca4c81

Monochromatic Colors of #ca564c

#ca564c

Complementary Color

#ca564c #4cc0ca

#ca564c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca564c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca564c Color CSS Codes

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

#ca564c Text Font Color

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

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


#ca564c Background Color

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

This div background color is #ca564c


#ca564c Border Color

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

This div border color is #ca564c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca564c


Comments

No comments written yet.

Please login to write comment.