Color Hex Logo

#a84335 Color Hex

#A84335
(168,67,53)
0 Favorites   0 Comments

Color spaces of #a84335

RGB 1686753
HSL0.020.520.43
HSV68°66°
CMYK 0.000.600.68   0.34
XYZ18.798212.59624.8087
Yxy12.59620.51920.3479
Hunter Lab35.491132.434716.8106
CIE-Lab42.148440.675229.5613

#a84335 color RGB value is (168,67,53).

#a84335 hex color red value is 168, green value is 67 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a84335 hue: 0.02 , saturation: 0.52 and the lightness value of a84335 is 0.43.

The process color (four color CMYK) of #a84335 color hex is 0.00, 0.60, 0.68, 0.34. Web safe color of #a84335 is #993333. Color #a84335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000011 00110101
Octal 250 103 65
Decimal 168 67 53
Hex A8 43 35

RGB Percentages of Color #a84335

%58.33
%23.26
%18.40

CMYK Percentages of Color #a84335

%0
%60
%68
%34

Triadic Colors of #a84335

#a84335 #35a843 #4335a8

Analogous Colors of #a84335

#a84335 #a87d35 #a83560

Monochromatic Colors of #a84335

#a84335

Complementary Color

#a84335 #359aa8

#a84335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84335 Color CSS Codes

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

#a84335 Text Font Color

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

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


#a84335 Background Color

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

This div background color is #a84335


#a84335 Border Color

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

This div border color is #a84335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84335


Comments

No comments written yet.

Please login to write comment.