Color Hex Logo

#a85de9 Color Hex

#A85DE9
(168,93,233)
0 Favorites   0 Comments

Color spaces of #a85de9

RGB 16893233
HSL0.760.760.64
HSV272°60°91°
CMYK 0.280.600.00   0.09
XYZ34.770822.036779.5117
Yxy22.03670.25510.1617
Hunter Lab46.943350.0640-67.5641
CIE-Lab54.065955.5900-59.2994

#a85de9 color RGB value is (168,93,233).

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

The process color (four color CMYK) of #a85de9 color hex is 0.28, 0.60, 0.00, 0.09. Web safe color of #a85de9 is #9966ff. Color #a85de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011101 11101001
Octal 250 135 351
Decimal 168 93 233
Hex A8 5D E9

RGB Percentages of Color #a85de9

%34.01
%18.83
%47.17

CMYK Percentages of Color #a85de9

%28
%60
%0
%9

Triadic Colors of #a85de9

#a85de9 #e9a85d #5de9a8

Analogous Colors of #a85de9

#a85de9 #e95de4 #625de9

Monochromatic Colors of #a85de9

#a85de9

Complementary Color

#a85de9 #9ee95d

#a85de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85de9 Color CSS Codes

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

#a85de9 Text Font Color

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

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


#a85de9 Background Color

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

This div background color is #a85de9


#a85de9 Border Color

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

This div border color is #a85de9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85de9


Comments

No comments written yet.

Please login to write comment.