Color Hex Logo

#a88dec Color Hex

#A88DEC
(168,141,236)
0 Favorites   0 Comments

Color spaces of #a88dec

RGB 168141236
HSL0.710.710.74
HSV257°40°93°
CMYK 0.290.400.00   0.07
XYZ40.813633.430783.6585
Yxy33.43070.25850.2117
Hunter Lab57.819324.8162-45.3130
CIE-Lab64.508130.1999-44.3737

#a88dec color RGB value is (168,141,236).

#a88dec hex color red value is 168, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a88dec hue: 0.71 , saturation: 0.71 and the lightness value of a88dec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001101 11101100
Octal 250 215 354
Decimal 168 141 236
Hex A8 8D EC

RGB Percentages of Color #a88dec

%30.83
%25.87
%43.30

CMYK Percentages of Color #a88dec

%29
%40
%0
%7

Triadic Colors of #a88dec

#a88dec #eca88d #8deca8

Analogous Colors of #a88dec

#a88dec #d88dec #8da2ec

Monochromatic Colors of #a88dec

#a88dec

Complementary Color

#a88dec #d1ec8d

#a88dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88dec Color CSS Codes

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

#a88dec Text Font Color

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

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


#a88dec Background Color

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

This div background color is #a88dec


#a88dec Border Color

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

This div border color is #a88dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88dec


Comments

No comments written yet.

Please login to write comment.