Color Hex Logo

#a886ed Color Hex

#A886ED
(168,134,237)
0 Favorites   0 Comments

Color spaces of #a886ed

RGB 168134237
HSL0.720.740.73
HSV260°43°93°
CMYK 0.290.430.00   0.07
XYZ39.959631.489584.0927
Yxy31.48950.25690.2025
Hunter Lab56.115528.9069-49.5690
CIE-Lab62.918734.4014-47.4305

#a886ed color RGB value is (168,134,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000110 11101101
Octal 250 206 355
Decimal 168 134 237
Hex A8 86 ED

RGB Percentages of Color #a886ed

%31.17
%24.86
%43.97

CMYK Percentages of Color #a886ed

%29
%43
%0
%7

Triadic Colors of #a886ed

#a886ed #eda886 #86eda8

Analogous Colors of #a886ed

#a886ed #dc86ed #8698ed

Monochromatic Colors of #a886ed

#a886ed

Complementary Color

#a886ed #cbed86

#a886ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a886ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a886ed Color CSS Codes

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

#a886ed Text Font Color

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

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


#a886ed Background Color

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

This div background color is #a886ed


#a886ed Border Color

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

This div border color is #a886ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a886ed


Comments

No comments written yet.

Please login to write comment.