Color Hex Logo

#ca534e Color Hex

#CA534E
(202,83,78)
0 Favorites   0 Comments

Color spaces of #ca534e

RGB 2028378
HSL0.010.540.55
HSV61°79°
CMYK 0.000.590.61   0.21
XYZ28.825519.29319.4124
Yxy19.29310.50100.3354
Hunter Lab43.923940.275518.0416
CIE-Lab51.028447.015127.1340

#ca534e color RGB value is (202,83,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 01001110
Octal 312 123 116
Decimal 202 83 78
Hex CA 53 4E

RGB Percentages of Color #ca534e

%55.65
%22.87
%21.49

CMYK Percentages of Color #ca534e

%0
%59
%61
%21

Triadic Colors of #ca534e

#ca534e #4eca53 #534eca

Analogous Colors of #ca534e

#ca534e #ca914e #ca4e87

Monochromatic Colors of #ca534e

#ca534e

Complementary Color

#ca534e #4ec5ca

#ca534e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca534e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca534e Color CSS Codes

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

#ca534e Text Font Color

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

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


#ca534e Background Color

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

This div background color is #ca534e


#ca534e Border Color

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

This div border color is #ca534e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca534e


Comments

No comments written yet.

Please login to write comment.