Color Hex Logo

#a85ecb Color Hex

#A85ECB
(168,94,203)
0 Favorites   0 Comments

Color spaces of #a85ecb

RGB 16894203
HSL0.780.510.58
HSV281°54°80°
CMYK 0.170.540.00   0.20
XYZ30.930620.642058.8540
Yxy20.64200.28010.1869
Hunter Lab45.433542.0122-45.0002
CIE-Lab52.555448.4192-44.7188

#a85ecb color RGB value is (168,94,203).

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

The process color (four color CMYK) of #a85ecb color hex is 0.17, 0.54, 0.00, 0.20. Web safe color of #a85ecb is #9966cc. Color #a85ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011110 11001011
Octal 250 136 313
Decimal 168 94 203
Hex A8 5E CB

RGB Percentages of Color #a85ecb

%36.13
%20.22
%43.66

CMYK Percentages of Color #a85ecb

%17
%54
%0
%20

Triadic Colors of #a85ecb

#a85ecb #cba85e #5ecba8

Analogous Colors of #a85ecb

#a85ecb #cb5eb8 #725ecb

Monochromatic Colors of #a85ecb

#a85ecb

Complementary Color

#a85ecb #81cb5e

#a85ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85ecb Color CSS Codes

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

#a85ecb Text Font Color

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

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


#a85ecb Background Color

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

This div background color is #a85ecb


#a85ecb Border Color

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

This div border color is #a85ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85ecb


Comments

No comments written yet.

Please login to write comment.