Color Hex Logo

#ca565f Color Hex

#CA565F
(202,86,95)
0 Favorites   0 Comments

Color spaces of #ca565f

RGB 2028695
HSL0.990.520.56
HSV355°57°79°
CMYK 0.000.570.53   0.21
XYZ29.750520.038413.1262
Yxy20.03840.47290.3185
Hunter Lab44.764340.294313.9494
CIE-Lab51.880646.897318.2357

#ca565f color RGB value is (202,86,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 01011111
Octal 312 126 137
Decimal 202 86 95
Hex CA 56 5F

RGB Percentages of Color #ca565f

%52.74
%22.45
%24.80

CMYK Percentages of Color #ca565f

%0
%57
%53
%21

Triadic Colors of #ca565f

#ca565f #5fca56 #565fca

Analogous Colors of #ca565f

#ca565f #ca8756 #ca5699

Monochromatic Colors of #ca565f

#ca565f

Complementary Color

#ca565f #56cac1

#ca565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca565f Color CSS Codes

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

#ca565f Text Font Color

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

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


#ca565f Background Color

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

This div background color is #ca565f


#ca565f Border Color

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

This div border color is #ca565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca565f


Comments

No comments written yet.

Please login to write comment.