Color Hex Logo

#a85ebc Color Hex

#A85EBC
(168,94,188)
0 Favorites   0 Comments

Color spaces of #a85ebc

RGB 16894188
HSL0.800.410.55
HSV287°50°74°
CMYK 0.110.500.00   0.26
XYZ29.228319.961149.8893
Yxy19.96110.29500.2015
Hunter Lab44.677838.5887-34.9314
CIE-Lab51.793245.2760-37.3015

#a85ebc color RGB value is (168,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011110 10111100
Octal 250 136 274
Decimal 168 94 188
Hex A8 5E BC

RGB Percentages of Color #a85ebc

%37.33
%20.89
%41.78

CMYK Percentages of Color #a85ebc

%11
%50
%0
%26

Triadic Colors of #a85ebc

#a85ebc #bca85e #5ebca8

Analogous Colors of #a85ebc

#a85ebc #bc5ea1 #795ebc

Monochromatic Colors of #a85ebc

#a85ebc

Complementary Color

#a85ebc #72bc5e

#a85ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85ebc Color CSS Codes

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

#a85ebc Text Font Color

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

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


#a85ebc Background Color

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

This div background color is #a85ebc


#a85ebc Border Color

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

This div border color is #a85ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85ebc


Comments

No comments written yet.

Please login to write comment.