Color Hex Logo

#ca894b Color Hex

#CA894B
(202,137,75)
0 Favorites   0 Comments

Color spaces of #ca894b

RGB 20213775
HSL0.080.550.54
HSV29°63°79°
CMYK 0.000.320.63   0.21
XYZ34.572830.955910.8095
Yxy30.95590.45290.4055
Hunter Lab55.638013.551227.4276
CIE-Lab62.470418.683842.6865

#ca894b color RGB value is (202,137,75).

#ca894b hex color red value is 202, green value is 137 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ca894b hue: 0.08 , saturation: 0.55 and the lightness value of ca894b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001001 01001011
Octal 312 211 113
Decimal 202 137 75
Hex CA 89 4B

RGB Percentages of Color #ca894b

%48.79
%33.09
%18.12

CMYK Percentages of Color #ca894b

%0
%32
%63
%21

Triadic Colors of #ca894b

#ca894b #4bca89 #894bca

Analogous Colors of #ca894b

#ca894b #cac94b #ca4b4c

Monochromatic Colors of #ca894b

#ca894b

Complementary Color

#ca894b #4b8cca

#ca894b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca894b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca894b Color CSS Codes

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

#ca894b Text Font Color

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

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


#ca894b Background Color

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

This div background color is #ca894b


#ca894b Border Color

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

This div border color is #ca894b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca894b


Comments

No comments written yet.

Please login to write comment.