Color Hex Logo

#a83023 Color Hex

#A83023
(168,48,35)
0 Favorites   0 Comments

Color spaces of #a83023

RGB 1684835
HSL0.020.660.40
HSV79°66°
CMYK 0.000.710.79   0.34
XYZ17.508810.56012.7056
Yxy10.56010.56890.3431
Hunter Lab32.496339.306117.8110
CIE-Lab38.829548.162036.1714

#a83023 color RGB value is (168,48,35).

#a83023 hex color red value is 168, green value is 48 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a83023 hue: 0.02 , saturation: 0.66 and the lightness value of a83023 is 0.40.

The process color (four color CMYK) of #a83023 color hex is 0.00, 0.71, 0.79, 0.34. Web safe color of #a83023 is #993333. Color #a83023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110000 00100011
Octal 250 60 43
Decimal 168 48 35
Hex A8 30 23

RGB Percentages of Color #a83023

%66.93
%19.12
%13.94

CMYK Percentages of Color #a83023

%0
%71
%79
%34

Triadic Colors of #a83023

#a83023 #23a830 #3023a8

Analogous Colors of #a83023

#a83023 #a87323 #a82359

Monochromatic Colors of #a83023

#a83023

Complementary Color

#a83023 #239ba8

#a83023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83023 Color CSS Codes

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

#a83023 Text Font Color

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

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


#a83023 Background Color

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

This div background color is #a83023


#a83023 Border Color

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

This div border color is #a83023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83023


Comments

No comments written yet.

Please login to write comment.