Color Hex Logo

#ca851b Color Hex

#CA851B
(202,133,27)
0 Favorites   0 Comments

Color spaces of #ca851b

RGB 20213327
HSL0.100.760.45
HSV36°87°79°
CMYK 0.000.340.87   0.21
XYZ32.942529.41074.9775
Yxy29.41070.48930.4368
Hunter Lab54.231613.522832.5204
CIE-Lab61.142418.707161.4919

#ca851b color RGB value is (202,133,27).

#ca851b hex color red value is 202, green value is 133 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ca851b hue: 0.10 , saturation: 0.76 and the lightness value of ca851b is 0.45.

The process color (four color CMYK) of #ca851b color hex is 0.00, 0.34, 0.87, 0.21. Web safe color of #ca851b is #cc9933. Color #ca851b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000101 00011011
Octal 312 205 33
Decimal 202 133 27
Hex CA 85 1B

RGB Percentages of Color #ca851b

%55.80
%36.74
%7.46

CMYK Percentages of Color #ca851b

%0
%34
%87
%21

Triadic Colors of #ca851b

#ca851b #1bca85 #851bca

Analogous Colors of #ca851b

#ca851b #b8ca1b #ca2d1b

Monochromatic Colors of #ca851b

#ca851b

Complementary Color

#ca851b #1b60ca

#ca851b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca851b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca851b Color CSS Codes

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

#ca851b Text Font Color

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

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


#ca851b Background Color

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

This div background color is #ca851b


#ca851b Border Color

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

This div border color is #ca851b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca851b


Comments

No comments written yet.

Please login to write comment.