Color Hex Logo

#a08cec Color Hex

#A08CEC
(160,140,236)
0 Favorites   0 Comments

Color spaces of #a08cec

RGB 160140236
HSL0.700.720.74
HSV253°41°93°
CMYK 0.320.410.00   0.07
XYZ39.015632.285983.5323
Yxy32.28590.25200.2085
Hunter Lab56.820723.1298-47.3880
CIE-Lab63.578528.5844-45.8844

#a08cec color RGB value is (160,140,236).

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

The process color (four color CMYK) of #a08cec color hex is 0.32, 0.41, 0.00, 0.07. Web safe color of #a08cec is #9999ff. Color #a08cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 11101100
Octal 240 214 354
Decimal 160 140 236
Hex A0 8C EC

RGB Percentages of Color #a08cec

%29.85
%26.12
%44.03

CMYK Percentages of Color #a08cec

%32
%41
%0
%7

Triadic Colors of #a08cec

#a08cec #eca08c #8ceca0

Analogous Colors of #a08cec

#a08cec #d08cec #8ca8ec

Monochromatic Colors of #a08cec

#a08cec

Complementary Color

#a08cec #d8ec8c

#a08cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cec Color CSS Codes

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

#a08cec Text Font Color

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

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


#a08cec Background Color

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

This div background color is #a08cec


#a08cec Border Color

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

This div border color is #a08cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cec


Comments

No comments written yet.

Please login to write comment.