Color Hex Logo

#ca565d Color Hex

#CA565D
(202,86,93)
0 Favorites   0 Comments

Color spaces of #ca565d

RGB 2028693
HSL0.990.520.56
HSV356°57°79°
CMYK 0.000.570.54   0.21
XYZ29.660720.002412.6535
Yxy20.00240.47600.3210
Hunter Lab44.724040.113014.5323
CIE-Lab51.839946.730719.3661

#ca565d color RGB value is (202,86,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 01011101
Octal 312 126 135
Decimal 202 86 93
Hex CA 56 5D

RGB Percentages of Color #ca565d

%53.02
%22.57
%24.41

CMYK Percentages of Color #ca565d

%0
%57
%54
%21

Triadic Colors of #ca565d

#ca565d #5dca56 #565dca

Analogous Colors of #ca565d

#ca565d #ca8956 #ca5697

Monochromatic Colors of #ca565d

#ca565d

Complementary Color

#ca565d #56cac3

#ca565d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca565d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca565d Color CSS Codes

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

#ca565d Text Font Color

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

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


#ca565d Background Color

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

This div background color is #ca565d


#ca565d Border Color

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

This div border color is #ca565d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca565d


Comments

No comments written yet.

Please login to write comment.