Color Hex Logo

#ca503a Color Hex

#CA503A
(202,80,58)
0 Favorites   0 Comments

Color spaces of #ca503a

RGB 2028058
HSL0.030.580.51
HSV71°79°
CMYK 0.000.600.71   0.21
XYZ27.989518.59946.1178
Yxy18.59940.53100.3529
Hunter Lab43.127040.374521.7783
CIE-Lab50.215247.240837.5618

#ca503a color RGB value is (202,80,58).

#ca503a hex color red value is 202, green value is 80 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca503a hue: 0.03 , saturation: 0.58 and the lightness value of ca503a is 0.51.

The process color (four color CMYK) of #ca503a color hex is 0.00, 0.60, 0.71, 0.21. Web safe color of #ca503a is #cc6633. Color #ca503a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 00111010
Octal 312 120 72
Decimal 202 80 58
Hex CA 50 3A

RGB Percentages of Color #ca503a

%59.41
%23.53
%17.06

CMYK Percentages of Color #ca503a

%0
%60
%71
%21

Triadic Colors of #ca503a

#ca503a #3aca50 #503aca

Analogous Colors of #ca503a

#ca503a #ca983a #ca3a6c

Monochromatic Colors of #ca503a

#ca503a

Complementary Color

#ca503a #3ab4ca

#ca503a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca503a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca503a Color CSS Codes

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

#ca503a Text Font Color

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

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


#ca503a Background Color

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

This div background color is #ca503a


#ca503a Border Color

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

This div border color is #ca503a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca503a


Comments

No comments written yet.

Please login to write comment.