Color Hex Logo

#a8185f Color Hex

#A8185F
(168,24,95)
0 Favorites   0 Comments

Color spaces of #a8185f

RGB 1682495
HSL0.920.750.38
HSV330°86°66°
CMYK 0.000.860.43   0.34
XYZ18.54069.804311.7417
Yxy9.80430.46250.2446
Hunter Lab31.311850.8991-0.3150
CIE-Lab37.488959.4225-2.9741

#a8185f color RGB value is (168,24,95).

#a8185f hex color red value is 168, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a8185f hue: 0.92 , saturation: 0.75 and the lightness value of a8185f is 0.38.

The process color (four color CMYK) of #a8185f color hex is 0.00, 0.86, 0.43, 0.34. Web safe color of #a8185f is #990066. Color #a8185f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 01011111
Octal 250 30 137
Decimal 168 24 95
Hex A8 18 5F

RGB Percentages of Color #a8185f

%58.54
%8.36
%33.10

CMYK Percentages of Color #a8185f

%0
%86
%43
%34

Triadic Colors of #a8185f

#a8185f #5fa818 #185fa8

Analogous Colors of #a8185f

#a8185f #a81918 #a818a7

Monochromatic Colors of #a8185f

#a8185f

Complementary Color

#a8185f #18a861

#a8185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8185f Color CSS Codes

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

#a8185f Text Font Color

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

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


#a8185f Background Color

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

This div background color is #a8185f


#a8185f Border Color

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

This div border color is #a8185f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,24,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 #a8185f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8185f


Comments

No comments written yet.

Please login to write comment.