Color Hex Logo

#a05ebb Color Hex

#A05EBB
(160,94,187)
0 Favorites   0 Comments

Color spaces of #a05ebb

RGB 16094187
HSL0.780.410.55
HSV283°50°73°
CMYK 0.140.500.00   0.27
XYZ27.469519.066849.2462
Yxy19.06680.28680.1991
Hunter Lab43.665535.8776-36.3016
CIE-Lab50.765342.7968-38.4084

#a05ebb color RGB value is (160,94,187).

#a05ebb hex color red value is 160, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a05ebb hue: 0.78 , saturation: 0.41 and the lightness value of a05ebb is 0.55.

The process color (four color CMYK) of #a05ebb color hex is 0.14, 0.50, 0.00, 0.27. Web safe color of #a05ebb is #9966cc. Color #a05ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 10111011
Octal 240 136 273
Decimal 160 94 187
Hex A0 5E BB

RGB Percentages of Color #a05ebb

%36.28
%21.32
%42.40

CMYK Percentages of Color #a05ebb

%14
%50
%0
%27

Triadic Colors of #a05ebb

#a05ebb #bba05e #5ebba0

Analogous Colors of #a05ebb

#a05ebb #bb5ea8 #725ebb

Monochromatic Colors of #a05ebb

#a05ebb

Complementary Color

#a05ebb #79bb5e

#a05ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ebb Color CSS Codes

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

#a05ebb Text Font Color

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

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


#a05ebb Background Color

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

This div background color is #a05ebb


#a05ebb Border Color

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

This div border color is #a05ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,94,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a05ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a05ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #a05ebb;
  box-shadow:         1px 1px 3px 2px #a05ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,94,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ebb


Comments

No comments written yet.

Please login to write comment.