Color Hex Logo

#ca503d Color Hex

#CA503D
(202,80,61)
0 Favorites   0 Comments

Color spaces of #ca503d

RGB 2028061
HSL0.020.570.52
HSV70°79°
CMYK 0.000.600.70   0.21
XYZ28.068118.63086.5316
Yxy18.63080.52730.3500
Hunter Lab43.163440.538221.2425
CIE-Lab50.252447.391335.9365

#ca503d color RGB value is (202,80,61).

#ca503d hex color red value is 202, green value is 80 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ca503d hue: 0.02 , saturation: 0.57 and the lightness value of ca503d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 00111101
Octal 312 120 75
Decimal 202 80 61
Hex CA 50 3D

RGB Percentages of Color #ca503d

%58.89
%23.32
%17.78

CMYK Percentages of Color #ca503d

%0
%60
%70
%21

Triadic Colors of #ca503d

#ca503d #3dca50 #503dca

Analogous Colors of #ca503d

#ca503d #ca973d #ca3d71

Monochromatic Colors of #ca503d

#ca503d

Complementary Color

#ca503d #3db7ca

#ca503d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca503d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca503d Color CSS Codes

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

#ca503d Text Font Color

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

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


#ca503d Background Color

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

This div background color is #ca503d


#ca503d Border Color

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

This div border color is #ca503d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca503d


Comments

No comments written yet.

Please login to write comment.