Color Hex Logo

#a85ebd Color Hex

#A85EBD
(168,94,189)
0 Favorites   0 Comments

Color spaces of #a85ebd

RGB 16894189
HSL0.800.420.55
HSV287°50°74°
CMYK 0.110.500.00   0.26
XYZ29.336520.004450.4591
Yxy20.00440.29400.2004
Hunter Lab44.726338.8093-35.5811
CIE-Lab51.842245.4808-37.8018

#a85ebd color RGB value is (168,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011110 10111101
Octal 250 136 275
Decimal 168 94 189
Hex A8 5E BD

RGB Percentages of Color #a85ebd

%37.25
%20.84
%41.91

CMYK Percentages of Color #a85ebd

%11
%50
%0
%26

Triadic Colors of #a85ebd

#a85ebd #bda85e #5ebda8

Analogous Colors of #a85ebd

#a85ebd #bd5ea3 #795ebd

Monochromatic Colors of #a85ebd

#a85ebd

Complementary Color

#a85ebd #73bd5e

#a85ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85ebd Color CSS Codes

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

#a85ebd Text Font Color

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

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


#a85ebd Background Color

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

This div background color is #a85ebd


#a85ebd Border Color

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

This div border color is #a85ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85ebd


Comments

No comments written yet.

Please login to write comment.