Color Hex Logo

#a3185f Color Hex

#A3185F
(163,24,95)
0 Favorites   0 Comments

Color spaces of #a3185f

RGB 1632495
HSL0.910.740.37
HSV329°85°64°
CMYK 0.000.850.42   0.36
XYZ17.49649.266011.6928
Yxy9.26600.45500.2410
Hunter Lab30.440149.3283-1.4667
CIE-Lab36.491558.1724-4.5615

#a3185f color RGB value is (163,24,95).

#a3185f hex color red value is 163, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a3185f hue: 0.91 , saturation: 0.74 and the lightness value of a3185f is 0.37.

The process color (four color CMYK) of #a3185f color hex is 0.00, 0.85, 0.42, 0.36. Web safe color of #a3185f is #990066. Color #a3185f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011000 01011111
Octal 243 30 137
Decimal 163 24 95
Hex A3 18 5F

RGB Percentages of Color #a3185f

%57.80
%8.51
%33.69

CMYK Percentages of Color #a3185f

%0
%85
%42
%36

Triadic Colors of #a3185f

#a3185f #5fa318 #185fa3

Analogous Colors of #a3185f

#a3185f #a3181a #a218a3

Monochromatic Colors of #a3185f

#a3185f

Complementary Color

#a3185f #18a35c

#a3185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3185f Color CSS Codes

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

#a3185f Text Font Color

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

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


#a3185f Background Color

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

This div background color is #a3185f


#a3185f Border Color

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

This div border color is #a3185f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3185f


Comments

No comments written yet.

Please login to write comment.