Color Hex Logo

#a05dea Color Hex

#A05DEA
(160,93,234)
0 Favorites   0 Comments

Color spaces of #a05dea

RGB 16093234
HSL0.750.770.64
HSV269°60°92°
CMYK 0.320.600.00   0.08
XYZ33.262821.242880.1890
Yxy21.24280.24690.1577
Hunter Lab46.089948.1650-70.8921
CIE-Lab53.214254.0150-61.2778

#a05dea color RGB value is (160,93,234).

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

The process color (four color CMYK) of #a05dea color hex is 0.32, 0.60, 0.00, 0.08. Web safe color of #a05dea is #9966ff. Color #a05dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011101 11101010
Octal 240 135 352
Decimal 160 93 234
Hex A0 5D EA

RGB Percentages of Color #a05dea

%32.85
%19.10
%48.05

CMYK Percentages of Color #a05dea

%32
%60
%0
%8

Triadic Colors of #a05dea

#a05dea #eaa05d #5deaa0

Analogous Colors of #a05dea

#a05dea #e75dea #5d61ea

Monochromatic Colors of #a05dea

#a05dea

Complementary Color

#a05dea #a7ea5d

#a05dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05dea Color CSS Codes

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

#a05dea Text Font Color

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

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


#a05dea Background Color

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

This div background color is #a05dea


#a05dea Border Color

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

This div border color is #a05dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05dea


Comments

No comments written yet.

Please login to write comment.