Color Hex Logo

#a05ed5 Color Hex

#A05ED5
(160,94,213)
0 Favorites   0 Comments

Color spaces of #a05ed5

RGB 16094213
HSL0.760.590.60
HSV273°56°84°
CMYK 0.250.560.00   0.16
XYZ30.510120.283165.2578
Yxy20.28310.26290.1748
Hunter Lab45.036842.1103-54.3849
CIE-Lab52.155848.5761-51.1146

#a05ed5 color RGB value is (160,94,213).

#a05ed5 hex color red value is 160, green value is 94 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a05ed5 hue: 0.76 , saturation: 0.59 and the lightness value of a05ed5 is 0.60.

The process color (four color CMYK) of #a05ed5 color hex is 0.25, 0.56, 0.00, 0.16. Web safe color of #a05ed5 is #9966cc. Color #a05ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11010101
Octal 240 136 325
Decimal 160 94 213
Hex A0 5E D5

RGB Percentages of Color #a05ed5

%34.26
%20.13
%45.61

CMYK Percentages of Color #a05ed5

%25
%56
%0
%16

Triadic Colors of #a05ed5

#a05ed5 #d5a05e #5ed5a0

Analogous Colors of #a05ed5

#a05ed5 #d55ecf #655ed5

Monochromatic Colors of #a05ed5

#a05ed5

Complementary Color

#a05ed5 #93d55e

#a05ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05ed5 Color CSS Codes

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

#a05ed5 Text Font Color

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

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


#a05ed5 Background Color

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

This div background color is #a05ed5


#a05ed5 Border Color

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

This div border color is #a05ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05ed5


Comments

No comments written yet.

Please login to write comment.