Color Hex Logo

#ca911d Color Hex

#CA911D
(202,145,29)
0 Favorites   0 Comments

Color spaces of #ca911d

RGB 20214529
HSL0.110.750.45
HSV40°86°79°
CMYK 0.000.280.86   0.21
XYZ34.704332.89615.6829
Yxy32.89610.47360.4489
Hunter Lab57.35517.634934.2740
CIE-Lab64.076712.212063.3209

#ca911d color RGB value is (202,145,29).

#ca911d hex color red value is 202, green value is 145 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ca911d hue: 0.11 , saturation: 0.75 and the lightness value of ca911d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010001 00011101
Octal 312 221 35
Decimal 202 145 29
Hex CA 91 1D

RGB Percentages of Color #ca911d

%53.72
%38.56
%7.71

CMYK Percentages of Color #ca911d

%0
%28
%86
%21

Triadic Colors of #ca911d

#ca911d #1dca91 #911dca

Analogous Colors of #ca911d

#ca911d #adca1d #ca3b1d

Monochromatic Colors of #ca911d

#ca911d

Complementary Color

#ca911d #1d56ca

#ca911d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca911d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca911d Color CSS Codes

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

#ca911d Text Font Color

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

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


#ca911d Background Color

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

This div background color is #ca911d


#ca911d Border Color

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

This div border color is #ca911d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca911d


Comments

No comments written yet.

Please login to write comment.