Color Hex Logo

#a5065b Color Hex

#A5065B
(165,6,91)
0 Favorites   0 Comments

Color spaces of #a5065b

RGB 165691
HSL0.910.930.34
HSV328°96°65°
CMYK 0.000.960.45   0.35
XYZ17.47058.884910.6917
Yxy8.88490.47160.2398
Hunter Lab29.807552.4574-0.4015
CIE-Lab35.761761.1774-3.0253

#a5065b color RGB value is (165,6,91).

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

The process color (four color CMYK) of #a5065b color hex is 0.00, 0.96, 0.45, 0.35. Web safe color of #a5065b is #990066. Color #a5065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 01011011
Octal 245 6 133
Decimal 165 6 91
Hex A5 6 5B

RGB Percentages of Color #a5065b

%62.98
%2.29
%34.73

CMYK Percentages of Color #a5065b

%0
%96
%45
%35

Triadic Colors of #a5065b

#a5065b #5ba506 #065ba5

Analogous Colors of #a5065b

#a5065b #a5060b #a006a5

Monochromatic Colors of #a5065b

#a5065b

Complementary Color

#a5065b #06a550

#a5065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5065b Color CSS Codes

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

#a5065b Text Font Color

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

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


#a5065b Background Color

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

This div background color is #a5065b


#a5065b Border Color

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

This div border color is #a5065b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,6,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5065b


Comments

No comments written yet.

Please login to write comment.