Color Hex Logo

#a88ae4 Color Hex

#A88AE4
(168,138,228)
0 Favorites   0 Comments

Color spaces of #a88ae4

RGB 168138228
HSL0.720.630.72
HSV260°39°89°
CMYK 0.260.390.00   0.11
XYZ39.240532.103277.5271
Yxy32.10320.26360.2156
Hunter Lab56.659724.4684-41.4644
CIE-Lab63.428129.9453-41.6467

#a88ae4 color RGB value is (168,138,228).

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

The process color (four color CMYK) of #a88ae4 color hex is 0.26, 0.39, 0.00, 0.11. Web safe color of #a88ae4 is #9999cc. Color #a88ae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 11100100
Octal 250 212 344
Decimal 168 138 228
Hex A8 8A E4

RGB Percentages of Color #a88ae4

%31.46
%25.84
%42.70

CMYK Percentages of Color #a88ae4

%26
%39
%0
%11

Triadic Colors of #a88ae4

#a88ae4 #e4a88a #8ae4a8

Analogous Colors of #a88ae4

#a88ae4 #d58ae4 #8a99e4

Monochromatic Colors of #a88ae4

#a88ae4

Complementary Color

#a88ae4 #c6e48a

#a88ae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ae4 Color CSS Codes

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

#a88ae4 Text Font Color

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

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


#a88ae4 Background Color

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

This div background color is #a88ae4


#a88ae4 Border Color

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

This div border color is #a88ae4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,138,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ae4


Comments

No comments written yet.

Please login to write comment.