Color Hex Logo

#ca913e Color Hex

#CA913E
(202,145,62)
0 Favorites   0 Comments

Color spaces of #ca913e

RGB 20214562
HSL0.100.570.52
HSV36°69°79°
CMYK 0.000.280.69   0.21
XYZ35.352033.15529.0938
Yxy33.15520.45560.4273
Hunter Lab57.58068.825430.9426
CIE-Lab64.286413.517751.0019

#ca913e color RGB value is (202,145,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 00111110
Octal 312 221 76
Decimal 202 145 62
Hex CA 91 3E

RGB Percentages of Color #ca913e

%49.39
%35.45
%15.16

CMYK Percentages of Color #ca913e

%0
%28
%69
%21

Triadic Colors of #ca913e

#ca913e #3eca91 #913eca

Analogous Colors of #ca913e

#ca913e #bdca3e #ca4b3e

Monochromatic Colors of #ca913e

#ca913e

Complementary Color

#ca913e #3e77ca

#ca913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca913e Color CSS Codes

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

#ca913e Text Font Color

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

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


#ca913e Background Color

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

This div background color is #ca913e


#ca913e Border Color

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

This div border color is #ca913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca913e


Comments

No comments written yet.

Please login to write comment.