Color Hex Logo

#ca566f Color Hex

#CA566F
(202,86,111)
0 Favorites   0 Comments

Color spaces of #ca566f

RGB 20286111
HSL0.960.520.56
HSV347°57°79°
CMYK 0.000.570.45   0.21
XYZ30.554220.359817.3584
Yxy20.35980.44750.2982
Hunter Lab45.121841.90798.7764
CIE-Lab52.241648.37129.2120

#ca566f color RGB value is (202,86,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010110 01101111
Octal 312 126 157
Decimal 202 86 111
Hex CA 56 6F

RGB Percentages of Color #ca566f

%50.63
%21.55
%27.82

CMYK Percentages of Color #ca566f

%0
%57
%45
%21

Triadic Colors of #ca566f

#ca566f #6fca56 #566fca

Analogous Colors of #ca566f

#ca566f #ca7756 #ca56a9

Monochromatic Colors of #ca566f

#ca566f

Complementary Color

#ca566f #56cab1

#ca566f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca566f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca566f Color CSS Codes

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

#ca566f Text Font Color

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

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


#ca566f Background Color

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

This div background color is #ca566f


#ca566f Border Color

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

This div border color is #ca566f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca566f


Comments

No comments written yet.

Please login to write comment.