Color Hex Logo

#a8525f Color Hex

#A8525F
(168,82,95)
0 Favorites   0 Comments

Color spaces of #a8525f

RGB 1688295
HSL0.970.340.49
HSV351°51°66°
CMYK 0.000.510.43   0.34
XYZ21.231315.185612.6386
Yxy15.18560.43280.3096
Hunter Lab38.968729.05688.0488
CIE-Lab45.887436.62129.1413

#a8525f color RGB value is (168,82,95).

#a8525f hex color red value is 168, green value is 82 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a8525f hue: 0.97 , saturation: 0.34 and the lightness value of a8525f is 0.49.

The process color (four color CMYK) of #a8525f color hex is 0.00, 0.51, 0.43, 0.34. Web safe color of #a8525f is #996666. Color #a8525f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 01011111
Octal 250 122 137
Decimal 168 82 95
Hex A8 52 5F

RGB Percentages of Color #a8525f

%48.70
%23.77
%27.54

CMYK Percentages of Color #a8525f

%0
%51
%43
%34

Triadic Colors of #a8525f

#a8525f #5fa852 #525fa8

Analogous Colors of #a8525f

#a8525f #a87052 #a8528a

Monochromatic Colors of #a8525f

#a8525f

Complementary Color

#a8525f #52a89b

#a8525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8525f Color CSS Codes

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

#a8525f Text Font Color

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

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


#a8525f Background Color

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

This div background color is #a8525f


#a8525f Border Color

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

This div border color is #a8525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8525f


Comments

No comments written yet.

Please login to write comment.