Color Hex Logo

#a08cea Color Hex

#A08CEA
(160,140,234)
0 Favorites   0 Comments

Color spaces of #a08cea

RGB 160140234
HSL0.700.690.73
HSV253°40°92°
CMYK 0.320.400.00   0.08
XYZ38.726632.170382.0103
Yxy32.17030.25330.2104
Hunter Lab56.718922.6185-46.0247
CIE-Lab63.483428.0745-44.9295

#a08cea color RGB value is (160,140,234).

#a08cea hex color red value is 160, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a08cea hue: 0.70 , saturation: 0.69 and the lightness value of a08cea is 0.73.

The process color (four color CMYK) of #a08cea color hex is 0.32, 0.40, 0.00, 0.08. Web safe color of #a08cea is #9999ff. Color #a08cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 11101010
Octal 240 214 352
Decimal 160 140 234
Hex A0 8C EA

RGB Percentages of Color #a08cea

%29.96
%26.22
%43.82

CMYK Percentages of Color #a08cea

%32
%40
%0
%8

Triadic Colors of #a08cea

#a08cea #eaa08c #8ceaa0

Analogous Colors of #a08cea

#a08cea #cf8cea #8ca7ea

Monochromatic Colors of #a08cea

#a08cea

Complementary Color

#a08cea #d6ea8c

#a08cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cea Color CSS Codes

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

#a08cea Text Font Color

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

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


#a08cea Background Color

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

This div background color is #a08cea


#a08cea Border Color

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

This div border color is #a08cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cea


Comments

No comments written yet.

Please login to write comment.