Color Hex Logo

#a08edc Color Hex

#A08EDC
(160,142,220)
0 Favorites   0 Comments

Color spaces of #a08edc

RGB 160142220
HSL0.710.530.71
HSV254°35°86°
CMYK 0.270.350.00   0.14
XYZ37.088531.986971.9295
Yxy31.98690.26300.2268
Hunter Lab56.557018.0807-35.8155
CIE-Lab63.332123.4249-37.4062

#a08edc color RGB value is (160,142,220).

#a08edc hex color red value is 160, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a08edc hue: 0.71 , saturation: 0.53 and the lightness value of a08edc is 0.71.

The process color (four color CMYK) of #a08edc color hex is 0.27, 0.35, 0.00, 0.14. Web safe color of #a08edc is #9999cc. Color #a08edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11011100
Octal 240 216 334
Decimal 160 142 220
Hex A0 8E DC

RGB Percentages of Color #a08edc

%30.65
%27.20
%42.15

CMYK Percentages of Color #a08edc

%27
%35
%0
%14

Triadic Colors of #a08edc

#a08edc #dca08e #8edca0

Analogous Colors of #a08edc

#a08edc #c78edc #8ea3dc

Monochromatic Colors of #a08edc

#a08edc

Complementary Color

#a08edc #cadc8e

#a08edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08edc Color CSS Codes

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

#a08edc Text Font Color

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

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


#a08edc Background Color

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

This div background color is #a08edc


#a08edc Border Color

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

This div border color is #a08edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08edc


Comments

No comments written yet.

Please login to write comment.