Color Hex Logo

#a85ece Color Hex

#A85ECE
(168,94,206)
0 Favorites   0 Comments

Color spaces of #a85ece

RGB 16894206
HSL0.780.530.59
HSV280°54°81°
CMYK 0.180.540.00   0.19
XYZ31.291720.786560.7555
Yxy20.78650.27730.1842
Hunter Lab45.592242.7251-47.0944
CIE-Lab52.715049.0644-46.1796

#a85ece color RGB value is (168,94,206).

#a85ece hex color red value is 168, green value is 94 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a85ece hue: 0.78 , saturation: 0.53 and the lightness value of a85ece is 0.59.

The process color (four color CMYK) of #a85ece color hex is 0.18, 0.54, 0.00, 0.19. Web safe color of #a85ece is #9966cc. Color #a85ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011110 11001110
Octal 250 136 316
Decimal 168 94 206
Hex A8 5E CE

RGB Percentages of Color #a85ece

%35.90
%20.09
%44.02

CMYK Percentages of Color #a85ece

%18
%54
%0
%19

Triadic Colors of #a85ece

#a85ece #cea85e #5ecea8

Analogous Colors of #a85ece

#a85ece #ce5ebc #705ece

Monochromatic Colors of #a85ece

#a85ece

Complementary Color

#a85ece #84ce5e

#a85ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85ece Color CSS Codes

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

#a85ece Text Font Color

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

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


#a85ece Background Color

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

This div background color is #a85ece


#a85ece Border Color

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

This div border color is #a85ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85ece


Comments

No comments written yet.

Please login to write comment.