Color Hex Logo

#a05edc Color Hex

#A05EDC
(160,94,220)
0 Favorites   0 Comments

Color spaces of #a05edc

RGB 16094220
HSL0.750.640.62
HSV271°57°86°
CMYK 0.270.570.00   0.14
XYZ31.418220.646370.0394
Yxy20.64630.25730.1691
Hunter Lab45.438243.9068-59.5841
CIE-Lab52.560250.1964-54.4391

#a05edc color RGB value is (160,94,220).

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

The process color (four color CMYK) of #a05edc color hex is 0.27, 0.57, 0.00, 0.14. Web safe color of #a05edc is #9966cc. Color #a05edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011110 11011100
Octal 240 136 334
Decimal 160 94 220
Hex A0 5E DC

RGB Percentages of Color #a05edc

%33.76
%19.83
%46.41

CMYK Percentages of Color #a05edc

%27
%57
%0
%14

Triadic Colors of #a05edc

#a05edc #dca05e #5edca0

Analogous Colors of #a05edc

#a05edc #dc5ed9 #615edc

Monochromatic Colors of #a05edc

#a05edc

Complementary Color

#a05edc #9adc5e

#a05edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05edc Color CSS Codes

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

#a05edc Text Font Color

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

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


#a05edc Background Color

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

This div background color is #a05edc


#a05edc Border Color

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

This div border color is #a05edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05edc


Comments

No comments written yet.

Please login to write comment.