Color Hex Logo

#a85edb Color Hex

#A85EDB
(168,94,219)
0 Favorites   0 Comments

Color spaces of #a85edb

RGB 16894219
HSL0.770.630.61
HSV276°57°86°
CMYK 0.230.570.00   0.14
XYZ32.937321.444769.4211
Yxy21.44470.26600.1732
Hunter Lab46.308445.9201-56.4659
CIE-Lab53.432851.9197-52.4251

#a85edb color RGB value is (168,94,219).

#a85edb hex color red value is 168, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a85edb hue: 0.77 , saturation: 0.63 and the lightness value of a85edb is 0.61.

The process color (four color CMYK) of #a85edb color hex is 0.23, 0.57, 0.00, 0.14. Web safe color of #a85edb is #9966cc. Color #a85edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011110 11011011
Octal 250 136 333
Decimal 168 94 219
Hex A8 5E DB

RGB Percentages of Color #a85edb

%34.93
%19.54
%45.53

CMYK Percentages of Color #a85edb

%23
%57
%0
%14

Triadic Colors of #a85edb

#a85edb #dba85e #5edba8

Analogous Colors of #a85edb

#a85edb #db5ed0 #6a5edb

Monochromatic Colors of #a85edb

#a85edb

Complementary Color

#a85edb #91db5e

#a85edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85edb Color CSS Codes

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

#a85edb Text Font Color

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

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


#a85edb Background Color

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

This div background color is #a85edb


#a85edb Border Color

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

This div border color is #a85edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85edb


Comments

No comments written yet.

Please login to write comment.