Color Hex Logo

#ca892d Color Hex

#CA892D
(202,137,45)
0 Favorites   0 Comments

Color spaces of #ca892d

RGB 20213745
HSL0.100.640.48
HSV35°78°79°
CMYK 0.000.320.78   0.21
XYZ33.776430.63736.6160
Yxy30.63730.47550.4313
Hunter Lab55.351012.060531.6589
CIE-Lab62.200317.086356.2004

#ca892d color RGB value is (202,137,45).

#ca892d hex color red value is 202, green value is 137 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ca892d hue: 0.10 , saturation: 0.64 and the lightness value of ca892d is 0.48.

The process color (four color CMYK) of #ca892d color hex is 0.00, 0.32, 0.78, 0.21. Web safe color of #ca892d is #cc9933. Color #ca892d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 00101101
Octal 312 211 55
Decimal 202 137 45
Hex CA 89 2D

RGB Percentages of Color #ca892d

%52.60
%35.68
%11.72

CMYK Percentages of Color #ca892d

%0
%32
%78
%21

Triadic Colors of #ca892d

#ca892d #2dca89 #892dca

Analogous Colors of #ca892d

#ca892d #bdca2d #ca3b2d

Monochromatic Colors of #ca892d

#ca892d

Complementary Color

#ca892d #2d6eca

#ca892d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca892d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca892d Color CSS Codes

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

#ca892d Text Font Color

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

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


#ca892d Background Color

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

This div background color is #ca892d


#ca892d Border Color

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

This div border color is #ca892d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca892d


Comments

No comments written yet.

Please login to write comment.