Color Hex Logo

#ca913b Color Hex

#CA913B
(202,145,59)
0 Favorites   0 Comments

Color spaces of #ca913b

RGB 20214559
HSL0.100.570.51
HSV36°71°79°
CMYK 0.000.280.71   0.21
XYZ35.271933.12318.6720
Yxy33.12310.45770.4298
Hunter Lab57.55278.678931.3531
CIE-Lab64.260513.357752.3303

#ca913b color RGB value is (202,145,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 00111011
Octal 312 221 73
Decimal 202 145 59
Hex CA 91 3B

RGB Percentages of Color #ca913b

%49.75
%35.71
%14.53

CMYK Percentages of Color #ca913b

%0
%28
%71
%21

Triadic Colors of #ca913b

#ca913b #3bca91 #913bca

Analogous Colors of #ca913b

#ca913b #bcca3b #ca4a3b

Monochromatic Colors of #ca913b

#ca913b

Complementary Color

#ca913b #3b74ca

#ca913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca913b Color CSS Codes

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

#ca913b Text Font Color

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

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


#ca913b Background Color

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

This div background color is #ca913b


#ca913b Border Color

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

This div border color is #ca913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca913b


Comments

No comments written yet.

Please login to write comment.