Color Hex Logo

#a8625d Color Hex

#A8625D
(168,98,93)
0 Favorites   0 Comments

Color spaces of #a8625d

RGB 1689893
HSL0.010.300.51
HSV45°66°
CMYK 0.000.420.45   0.34
XYZ22.491917.850512.6160
Yxy17.85050.42470.3371
Hunter Lab42.249921.088011.8706
CIE-Lab49.314327.739215.1080

#a8625d color RGB value is (168,98,93).

#a8625d hex color red value is 168, green value is 98 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a8625d hue: 0.01 , saturation: 0.30 and the lightness value of a8625d is 0.51.

The process color (four color CMYK) of #a8625d color hex is 0.00, 0.42, 0.45, 0.34. Web safe color of #a8625d is #996666. Color #a8625d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100010 01011101
Octal 250 142 135
Decimal 168 98 93
Hex A8 62 5D

RGB Percentages of Color #a8625d

%46.80
%27.30
%25.91

CMYK Percentages of Color #a8625d

%0
%42
%45
%34

Triadic Colors of #a8625d

#a8625d #5da862 #625da8

Analogous Colors of #a8625d

#a8625d #a8885d #a85d7e

Monochromatic Colors of #a8625d

#a8625d

Complementary Color

#a8625d #5da3a8

#a8625d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8625d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8625d Color CSS Codes

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

#a8625d Text Font Color

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

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


#a8625d Background Color

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

This div background color is #a8625d


#a8625d Border Color

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

This div border color is #a8625d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8625d


Comments

No comments written yet.

Please login to write comment.