Color Hex Logo

#a85aed Color Hex

#A85AED
(168,90,237)
0 Favorites   0 Comments

Color spaces of #a85aed

RGB 16890237
HSL0.760.800.64
HSV272°62°93°
CMYK 0.290.620.00   0.07
XYZ35.090721.751682.4698
Yxy21.75160.25190.1561
Hunter Lab46.638652.6851-72.1939
CIE-Lab53.762557.9914-62.0290

#a85aed color RGB value is (168,90,237).

#a85aed hex color red value is 168, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a85aed hue: 0.76 , saturation: 0.80 and the lightness value of a85aed is 0.64.

The process color (four color CMYK) of #a85aed color hex is 0.29, 0.62, 0.00, 0.07. Web safe color of #a85aed is #9966ff. Color #a85aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011010 11101101
Octal 250 132 355
Decimal 168 90 237
Hex A8 5A ED

RGB Percentages of Color #a85aed

%33.94
%18.18
%47.88

CMYK Percentages of Color #a85aed

%29
%62
%0
%7

Triadic Colors of #a85aed

#a85aed #eda85a #5aeda8

Analogous Colors of #a85aed

#a85aed #ed5ae9 #5e5aed

Monochromatic Colors of #a85aed

#a85aed

Complementary Color

#a85aed #9fed5a

#a85aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85aed Color CSS Codes

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

#a85aed Text Font Color

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

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


#a85aed Background Color

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

This div background color is #a85aed


#a85aed Border Color

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

This div border color is #a85aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85aed


Comments

No comments written yet.

Please login to write comment.