Color Hex Logo

#a85bea Color Hex

#A85BEA
(168,91,234)
0 Favorites   0 Comments

Color spaces of #a85bea

RGB 16891234
HSL0.760.770.64
HSV272°61°92°
CMYK 0.280.610.00   0.08
XYZ34.740821.747580.2085
Yxy21.74750.25410.1591
Hunter Lab46.634251.3662-69.3319
CIE-Lab53.758156.8141-60.3548

#a85bea color RGB value is (168,91,234).

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

The process color (four color CMYK) of #a85bea color hex is 0.28, 0.61, 0.00, 0.08. Web safe color of #a85bea is #9966ff. Color #a85bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011011 11101010
Octal 250 133 352
Decimal 168 91 234
Hex A8 5B EA

RGB Percentages of Color #a85bea

%34.08
%18.46
%47.46

CMYK Percentages of Color #a85bea

%28
%61
%0
%8

Triadic Colors of #a85bea

#a85bea #eaa85b #5beaa8

Analogous Colors of #a85bea

#a85bea #ea5be5 #605bea

Monochromatic Colors of #a85bea

#a85bea

Complementary Color

#a85bea #9dea5b

#a85bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85bea Color CSS Codes

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

#a85bea Text Font Color

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

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


#a85bea Background Color

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

This div background color is #a85bea


#a85bea Border Color

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

This div border color is #a85bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85bea


Comments

No comments written yet.

Please login to write comment.