Color Hex Logo

#a5068b Color Hex

#A5068B
(165,6,139)
0 Favorites   0 Comments

Color spaces of #a5068b

RGB 1656139
HSL0.860.930.34
HSV310°96°65°
CMYK 0.000.960.16   0.35
XYZ20.24249.993725.2882
Yxy9.99370.36460.1800
Hunter Lab31.612858.9752-25.2992
CIE-Lab37.831166.5611-30.1247

#a5068b color RGB value is (165,6,139).

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

The process color (four color CMYK) of #a5068b color hex is 0.00, 0.96, 0.16, 0.35. Web safe color of #a5068b is #990099. Color #a5068b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 10001011
Octal 245 6 213
Decimal 165 6 139
Hex A5 6 8B

RGB Percentages of Color #a5068b

%53.23
%1.94
%44.84

CMYK Percentages of Color #a5068b

%0
%96
%16
%35

Triadic Colors of #a5068b

#a5068b #8ba506 #068ba5

Analogous Colors of #a5068b

#a5068b #a5063b #7006a5

Monochromatic Colors of #a5068b

#a5068b

Complementary Color

#a5068b #06a520

#a5068b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5068b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5068b Color CSS Codes

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

#a5068b Text Font Color

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

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


#a5068b Background Color

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

This div background color is #a5068b


#a5068b Border Color

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

This div border color is #a5068b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5068b


Comments

No comments written yet.

Please login to write comment.