Color Hex Logo

#a88ceb Color Hex

#A88CEB
(168,140,235)
0 Favorites   0 Comments

Color spaces of #a88ceb

RGB 168140235
HSL0.720.700.74
HSV258°40°92°
CMYK 0.290.400.00   0.08
XYZ40.521933.079282.8464
Yxy33.07920.25900.2114
Hunter Lab57.514525.1119-45.1437
CIE-Lab64.225030.5196-44.2672

#a88ceb color RGB value is (168,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001100 11101011
Octal 250 214 353
Decimal 168 140 235
Hex A8 8C EB

RGB Percentages of Color #a88ceb

%30.94
%25.78
%43.28

CMYK Percentages of Color #a88ceb

%29
%40
%0
%8

Triadic Colors of #a88ceb

#a88ceb #eba88c #8ceba8

Analogous Colors of #a88ceb

#a88ceb #d88ceb #8ca0eb

Monochromatic Colors of #a88ceb

#a88ceb

Complementary Color

#a88ceb #cfeb8c

#a88ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ceb Color CSS Codes

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

#a88ceb Text Font Color

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

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


#a88ceb Background Color

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

This div background color is #a88ceb


#a88ceb Border Color

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

This div border color is #a88ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ceb


Comments

No comments written yet.

Please login to write comment.