Color Hex Logo

#a08bec Color Hex

#A08BEC
(160,139,236)
0 Favorites   0 Comments

Color spaces of #a08bec

RGB 160139236
HSL0.700.720.74
HSV253°41°93°
CMYK 0.320.410.00   0.07
XYZ38.870131.994983.4838
Yxy31.99490.25180.2073
Hunter Lab56.564023.6759-47.9123
CIE-Lab63.338729.1556-46.2624

#a08bec color RGB value is (160,139,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001011 11101100
Octal 240 213 354
Decimal 160 139 236
Hex A0 8B EC

RGB Percentages of Color #a08bec

%29.91
%25.98
%44.11

CMYK Percentages of Color #a08bec

%32
%41
%0
%7

Triadic Colors of #a08bec

#a08bec #eca08b #8beca0

Analogous Colors of #a08bec

#a08bec #d18bec #8ba7ec

Monochromatic Colors of #a08bec

#a08bec

Complementary Color

#a08bec #d7ec8b

#a08bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08bec Color CSS Codes

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

#a08bec Text Font Color

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

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


#a08bec Background Color

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

This div background color is #a08bec


#a08bec Border Color

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

This div border color is #a08bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08bec


Comments

No comments written yet.

Please login to write comment.