Color Hex Logo

#a5085f Color Hex

#A5085F
(165,8,95)
0 Favorites   0 Comments

Color spaces of #a5085f

RGB 165895
HSL0.910.910.34
HSV327°95°65°
CMYK 0.000.950.42   0.35
XYZ17.66948.999211.6322
Yxy8.99920.46130.2350
Hunter Lab29.998752.6399-1.9911
CIE-Lab35.982861.2995-5.2741

#a5085f color RGB value is (165,8,95).

#a5085f hex color red value is 165, green value is 8 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a5085f hue: 0.91 , saturation: 0.91 and the lightness value of a5085f is 0.34.

The process color (four color CMYK) of #a5085f color hex is 0.00, 0.95, 0.42, 0.35. Web safe color of #a5085f is #990066. Color #a5085f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 01011111
Octal 245 10 137
Decimal 165 8 95
Hex A5 8 5F

RGB Percentages of Color #a5085f

%61.57
%2.99
%35.45

CMYK Percentages of Color #a5085f

%0
%95
%42
%35

Triadic Colors of #a5085f

#a5085f #5fa508 #085fa5

Analogous Colors of #a5085f

#a5085f #a50811 #9d08a5

Monochromatic Colors of #a5085f

#a5085f

Complementary Color

#a5085f #08a54e

#a5085f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5085f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5085f Color CSS Codes

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

#a5085f Text Font Color

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

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


#a5085f Background Color

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

This div background color is #a5085f


#a5085f Border Color

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

This div border color is #a5085f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5085f


Comments

No comments written yet.

Please login to write comment.