Color Hex Logo

#ca913a Color Hex

#CA913A
(202,145,58)
0 Favorites   0 Comments

Color spaces of #ca913a

RGB 20214558
HSL0.100.580.51
HSV36°71°79°
CMYK 0.000.280.71   0.21
XYZ35.246233.11288.5367
Yxy33.11280.45840.4306
Hunter Lab57.54378.631831.4848
CIE-Lab64.252113.306352.7658

#ca913a color RGB value is (202,145,58).

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

The process color (four color CMYK) of #ca913a color hex is 0.00, 0.28, 0.71, 0.21. Web safe color of #ca913a is #cc9933. Color #ca913a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 00111010
Octal 312 221 72
Decimal 202 145 58
Hex CA 91 3A

RGB Percentages of Color #ca913a

%49.88
%35.80
%14.32

CMYK Percentages of Color #ca913a

%0
%28
%71
%21

Triadic Colors of #ca913a

#ca913a #3aca91 #913aca

Analogous Colors of #ca913a

#ca913a #bbca3a #ca493a

Monochromatic Colors of #ca913a

#ca913a

Complementary Color

#ca913a #3a73ca

#ca913a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca913a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca913a Color CSS Codes

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

#ca913a Text Font Color

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

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


#ca913a Background Color

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

This div background color is #ca913a


#ca913a Border Color

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

This div border color is #ca913a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,145,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 #ca913a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca913a


Comments

No comments written yet.

Please login to write comment.