Color Hex Logo

#a85cea Color Hex

#A85CEA
(168,92,234)
0 Favorites   0 Comments

Color spaces of #a85cea

RGB 16892234
HSL0.760.770.64
HSV272°61°92°
CMYK 0.280.610.00   0.08
XYZ34.826921.919680.2372
Yxy21.91960.25420.1600
Hunter Lab46.818450.8491-68.8382
CIE-Lab53.941656.3181-60.0599

#a85cea color RGB value is (168,92,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011100 11101010
Octal 250 134 352
Decimal 168 92 234
Hex A8 5C EA

RGB Percentages of Color #a85cea

%34.01
%18.62
%47.37

CMYK Percentages of Color #a85cea

%28
%61
%0
%8

Triadic Colors of #a85cea

#a85cea #eaa85c #5ceaa8

Analogous Colors of #a85cea

#a85cea #ea5ce5 #615cea

Monochromatic Colors of #a85cea

#a85cea

Complementary Color

#a85cea #9eea5c

#a85cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85cea Color CSS Codes

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

#a85cea Text Font Color

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

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


#a85cea Background Color

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

This div background color is #a85cea


#a85cea Border Color

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

This div border color is #a85cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,92,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 #a85cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85cea


Comments

No comments written yet.

Please login to write comment.