Color Hex Logo

#a88edc Color Hex

#A88EDC
(168,142,220)
0 Favorites   0 Comments

Color spaces of #a88edc

RGB 168142220
HSL0.720.530.71
HSV260°35°86°
CMYK 0.240.350.00   0.14
XYZ38.739732.838172.0067
Yxy32.83810.26980.2287
Hunter Lab57.304520.3888-34.3884
CIE-Lab64.029625.7619-36.2658

#a88edc color RGB value is (168,142,220).

#a88edc hex color red value is 168, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a88edc hue: 0.72 , saturation: 0.53 and the lightness value of a88edc is 0.71.

The process color (four color CMYK) of #a88edc color hex is 0.24, 0.35, 0.00, 0.14. Web safe color of #a88edc is #9999cc. Color #a88edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 11011100
Octal 250 216 334
Decimal 168 142 220
Hex A8 8E DC

RGB Percentages of Color #a88edc

%31.70
%26.79
%41.51

CMYK Percentages of Color #a88edc

%24
%35
%0
%14

Triadic Colors of #a88edc

#a88edc #dca88e #8edca8

Analogous Colors of #a88edc

#a88edc #cf8edc #8e9bdc

Monochromatic Colors of #a88edc

#a88edc

Complementary Color

#a88edc #c2dc8e

#a88edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88edc Color CSS Codes

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

#a88edc Text Font Color

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

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


#a88edc Background Color

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

This div background color is #a88edc


#a88edc Border Color

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

This div border color is #a88edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88edc


Comments

No comments written yet.

Please login to write comment.