Color Hex Logo

#a88aec Color Hex

#A88AEC
(168,138,236)
0 Favorites   0 Comments

Color spaces of #a88aec

RGB 168138236
HSL0.720.720.73
HSV258°42°93°
CMYK 0.290.420.00   0.07
XYZ40.377332.557983.5131
Yxy32.55790.25810.2081
Hunter Lab57.059526.4586-46.8360
CIE-Lab63.801331.8976-45.4861

#a88aec color RGB value is (168,138,236).

#a88aec hex color red value is 168, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a88aec hue: 0.72 , saturation: 0.72 and the lightness value of a88aec is 0.73.

The process color (four color CMYK) of #a88aec color hex is 0.29, 0.42, 0.00, 0.07. Web safe color of #a88aec is #9999ff. Color #a88aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 11101100
Octal 250 212 354
Decimal 168 138 236
Hex A8 8A EC

RGB Percentages of Color #a88aec

%31.00
%25.46
%43.54

CMYK Percentages of Color #a88aec

%29
%42
%0
%7

Triadic Colors of #a88aec

#a88aec #eca88a #8aeca8

Analogous Colors of #a88aec

#a88aec #d98aec #8a9dec

Monochromatic Colors of #a88aec

#a88aec

Complementary Color

#a88aec #ceec8a

#a88aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88aec Color CSS Codes

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

#a88aec Text Font Color

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

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


#a88aec Background Color

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

This div background color is #a88aec


#a88aec Border Color

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

This div border color is #a88aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88aec


Comments

No comments written yet.

Please login to write comment.