Color Hex Logo

#ca534c Color Hex

#CA534C
(202,83,76)
0 Favorites   0 Comments

Color spaces of #ca534c

RGB 2028376
HSL0.010.540.55
HSV62°79°
CMYK 0.000.590.62   0.21
XYZ28.754919.26499.0404
Yxy19.26490.50390.3376
Hunter Lab43.891840.130318.5123
CIE-Lab50.995746.881528.2584

#ca534c color RGB value is (202,83,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 01001100
Octal 312 123 114
Decimal 202 83 76
Hex CA 53 4C

RGB Percentages of Color #ca534c

%55.96
%22.99
%21.05

CMYK Percentages of Color #ca534c

%0
%59
%62
%21

Triadic Colors of #ca534c

#ca534c #4cca53 #534cca

Analogous Colors of #ca534c

#ca534c #ca924c #ca4c84

Monochromatic Colors of #ca534c

#ca534c

Complementary Color

#ca534c #4cc3ca

#ca534c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca534c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca534c Color CSS Codes

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

#ca534c Text Font Color

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

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


#ca534c Background Color

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

This div background color is #ca534c


#ca534c Border Color

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

This div border color is #ca534c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca534c


Comments

No comments written yet.

Please login to write comment.