Color Hex Logo

#a08ece Color Hex

#A08ECE
(160,142,206)
0 Favorites   0 Comments

Color spaces of #a08ece

RGB 160142206
HSL0.710.400.68
HSV257°31°81°
CMYK 0.220.310.00   0.19
XYZ35.310831.275862.5683
Yxy31.27580.27340.2422
Hunter Lab55.924814.8362-27.1860
CIE-Lab62.739820.0444-30.5172

#a08ece color RGB value is (160,142,206).

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

The process color (four color CMYK) of #a08ece color hex is 0.22, 0.31, 0.00, 0.19. Web safe color of #a08ece is #9999cc. Color #a08ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11001110
Octal 240 216 316
Decimal 160 142 206
Hex A0 8E CE

RGB Percentages of Color #a08ece

%31.50
%27.95
%40.55

CMYK Percentages of Color #a08ece

%22
%31
%0
%19

Triadic Colors of #a08ece

#a08ece #cea08e #8ecea0

Analogous Colors of #a08ece

#a08ece #c08ece #8e9cce

Monochromatic Colors of #a08ece

#a08ece

Complementary Color

#a08ece #bcce8e

#a08ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ece Color CSS Codes

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

#a08ece Text Font Color

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

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


#a08ece Background Color

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

This div background color is #a08ece


#a08ece Border Color

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

This div border color is #a08ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ece


Comments

No comments written yet.

Please login to write comment.