Color Hex Logo

#a887eb Color Hex

#A887EB
(168,135,235)
0 Favorites   0 Comments

Color spaces of #a887eb

RGB 168135235
HSL0.720.710.73
HSV260°43°92°
CMYK 0.290.430.00   0.08
XYZ39.807831.650982.6084
Yxy31.65090.25840.2054
Hunter Lab56.259127.8494-47.6774
CIE-Lab63.053333.3463-46.1124

#a887eb color RGB value is (168,135,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 11101011
Octal 250 207 353
Decimal 168 135 235
Hex A8 87 EB

RGB Percentages of Color #a887eb

%31.23
%25.09
%43.68

CMYK Percentages of Color #a887eb

%29
%43
%0
%8

Triadic Colors of #a887eb

#a887eb #eba887 #87eba8

Analogous Colors of #a887eb

#a887eb #da87eb #8798eb

Monochromatic Colors of #a887eb

#a887eb

Complementary Color

#a887eb #caeb87

#a887eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a887eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a887eb Color CSS Codes

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

#a887eb Text Font Color

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

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


#a887eb Background Color

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

This div background color is #a887eb


#a887eb Border Color

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

This div border color is #a887eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a887eb


Comments

No comments written yet.

Please login to write comment.