Color Hex Logo

#a05ebd Color Hex

#A05EBD
(160,94,189)
0 Favorites   0 Comments

Color spaces of #a05ebd

RGB 16094189
HSL0.780.420.55
HSV282°50°74°
CMYK 0.150.500.00   0.26
XYZ27.685219.153150.3819
Yxy19.15310.28480.1970
Hunter Lab43.764336.3314-37.6203
CIE-Lab50.865843.2263-39.4062

#a05ebd color RGB value is (160,94,189).

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

The process color (four color CMYK) of #a05ebd color hex is 0.15, 0.50, 0.00, 0.26. Web safe color of #a05ebd is #9966cc. Color #a05ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 10111101
Octal 240 136 275
Decimal 160 94 189
Hex A0 5E BD

RGB Percentages of Color #a05ebd

%36.12
%21.22
%42.66

CMYK Percentages of Color #a05ebd

%15
%50
%0
%26

Triadic Colors of #a05ebd

#a05ebd #bda05e #5ebda0

Analogous Colors of #a05ebd

#a05ebd #bd5eab #715ebd

Monochromatic Colors of #a05ebd

#a05ebd

Complementary Color

#a05ebd #7bbd5e

#a05ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ebd Color CSS Codes

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

#a05ebd Text Font Color

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

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


#a05ebd Background Color

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

This div background color is #a05ebd


#a05ebd Border Color

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

This div border color is #a05ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ebd


Comments

No comments written yet.

Please login to write comment.