Color Hex Logo

#a85bde Color Hex

#A85BDE
(168,91,222)
0 Favorites   0 Comments

Color spaces of #a85bde

RGB 16891222
HSL0.760.660.61
HSV275°59°87°
CMYK 0.240.590.00   0.13
XYZ33.074421.080971.4331
Yxy21.08090.26340.1679
Hunter Lab45.913948.2342-60.1039
CIE-Lab53.037954.1083-54.7531

#a85bde color RGB value is (168,91,222).

#a85bde hex color red value is 168, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a85bde hue: 0.76 , saturation: 0.66 and the lightness value of a85bde is 0.61.

The process color (four color CMYK) of #a85bde color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #a85bde is #9966cc. Color #a85bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011011 11011110
Octal 250 133 336
Decimal 168 91 222
Hex A8 5B DE

RGB Percentages of Color #a85bde

%34.93
%18.92
%46.15

CMYK Percentages of Color #a85bde

%24
%59
%0
%13

Triadic Colors of #a85bde

#a85bde #dea85b #5bdea8

Analogous Colors of #a85bde

#a85bde #de5bd3 #675bde

Monochromatic Colors of #a85bde

#a85bde

Complementary Color

#a85bde #91de5b

#a85bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85bde Color CSS Codes

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

#a85bde Text Font Color

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

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


#a85bde Background Color

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

This div background color is #a85bde


#a85bde Border Color

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

This div border color is #a85bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85bde


Comments

No comments written yet.

Please login to write comment.