Color Hex Logo

#ca892f Color Hex

#CA892F
(202,137,47)
0 Favorites   0 Comments

Color spaces of #ca892f

RGB 20213747
HSL0.100.620.49
HSV35°77°79°
CMYK 0.000.320.77   0.21
XYZ33.815930.65316.8237
Yxy30.65310.47430.4300
Hunter Lab55.365212.134831.4482
CIE-Lab62.213717.166355.4092

#ca892f color RGB value is (202,137,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 00101111
Octal 312 211 57
Decimal 202 137 47
Hex CA 89 2F

RGB Percentages of Color #ca892f

%52.33
%35.49
%12.18

CMYK Percentages of Color #ca892f

%0
%32
%77
%21

Triadic Colors of #ca892f

#ca892f #2fca89 #892fca

Analogous Colors of #ca892f

#ca892f #beca2f #ca3b2f

Monochromatic Colors of #ca892f

#ca892f

Complementary Color

#ca892f #2f70ca

#ca892f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca892f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca892f Color CSS Codes

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

#ca892f Text Font Color

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

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


#ca892f Background Color

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

This div background color is #ca892f


#ca892f Border Color

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

This div border color is #ca892f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca892f


Comments

No comments written yet.

Please login to write comment.