Color Hex Logo

#ca5a52 Color Hex

#CA5A52
(202,90,82)
0 Favorites   0 Comments

Color spaces of #ca5a52

RGB 2029082
HSL0.010.530.56
HSV59°79°
CMYK 0.000.550.59   0.21
XYZ29.536320.478110.3786
Yxy20.47810.48910.3391
Hunter Lab45.252737.314018.0789
CIE-Lab52.373543.955926.5253

#ca5a52 color RGB value is (202,90,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 01010010
Octal 312 132 122
Decimal 202 90 82
Hex CA 5A 52

RGB Percentages of Color #ca5a52

%54.01
%24.06
%21.93

CMYK Percentages of Color #ca5a52

%0
%55
%59
%21

Triadic Colors of #ca5a52

#ca5a52 #52ca5a #5a52ca

Analogous Colors of #ca5a52

#ca5a52 #ca9652 #ca5286

Monochromatic Colors of #ca5a52

#ca5a52

Complementary Color

#ca5a52 #52c2ca

#ca5a52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5a52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5a52 Color CSS Codes

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

#ca5a52 Text Font Color

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

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


#ca5a52 Background Color

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

This div background color is #ca5a52


#ca5a52 Border Color

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

This div border color is #ca5a52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5a52


Comments

No comments written yet.

Please login to write comment.