Color Hex Logo

#ca524d Color Hex

#CA524D
(202,82,77)
0 Favorites   0 Comments

Color spaces of #ca524d

RGB 2028277
HSL0.010.540.55
HSV62°79°
CMYK 0.000.590.62   0.21
XYZ28.714019.12709.1997
Yxy19.12700.50340.3353
Hunter Lab43.734440.659618.1422
CIE-Lab50.835547.413027.4726

#ca524d color RGB value is (202,82,77).

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

The process color (four color CMYK) of #ca524d color hex is 0.00, 0.59, 0.62, 0.21. Web safe color of #ca524d is #cc6666. Color #ca524d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010010 01001101
Octal 312 122 115
Decimal 202 82 77
Hex CA 52 4D

RGB Percentages of Color #ca524d

%55.96
%22.71
%21.33

CMYK Percentages of Color #ca524d

%0
%59
%62
%21

Triadic Colors of #ca524d

#ca524d #4dca52 #524dca

Analogous Colors of #ca524d

#ca524d #ca914d #ca4d87

Monochromatic Colors of #ca524d

#ca524d

Complementary Color

#ca524d #4dc5ca

#ca524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca524d Color CSS Codes

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

#ca524d Text Font Color

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

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


#ca524d Background Color

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

This div background color is #ca524d


#ca524d Border Color

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

This div border color is #ca524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca524d


Comments

No comments written yet.

Please login to write comment.