Color Hex Logo

#a83300 Color Hex

#A83300
(168,51,0)
0 Favorites   0 Comments

Color spaces of #a83300

RGB 168510
HSL0.051.000.33
HSV18°100°66°
CMYK 0.000.701.00   0.34
XYZ17.332310.69251.1503
Yxy10.69250.59410.3665
Hunter Lab32.699437.389920.8039
CIE-Lab39.057746.219251.0422

#a83300 color RGB value is (168,51,0).

#a83300 hex color red value is 168, green value is 51 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a83300 hue: 0.05 , saturation: 1.00 and the lightness value of a83300 is 0.33.

The process color (four color CMYK) of #a83300 color hex is 0.00, 0.70, 1.00, 0.34. Web safe color of #a83300 is #993300. Color #a83300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110011 00000000
Octal 250 63 0
Decimal 168 51 0
Hex A8 33 0

RGB Percentages of Color #a83300

%76.71
%23.29
%0.00

CMYK Percentages of Color #a83300

%0
%70
%100
%34

Triadic Colors of #a83300

#a83300 #00a833 #3300a8

Analogous Colors of #a83300

#a83300 #a88700 #a80021

Monochromatic Colors of #a83300

#a83300

Complementary Color

#a83300 #0075a8

#a83300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83300 Color CSS Codes

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

#a83300 Text Font Color

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

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


#a83300 Background Color

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

This div background color is #a83300


#a83300 Border Color

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

This div border color is #a83300


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,51,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a83300; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a83300;
  -webkit-box-shadow: 1px 1px 3px 2px #a83300;
  box-shadow:         1px 1px 3px 2px #a83300; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,51,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83300


Comments

No comments written yet.

Please login to write comment.