Color Hex Logo

#a887fe Color Hex

#A887FE
(168,135,254)
0 Favorites   0 Comments

Color spaces of #a887fe

RGB 168135254
HSL0.710.980.76
HSV257°47°100°
CMYK 0.340.470.00   0.00
XYZ42.701832.808597.8480
Yxy32.80850.24630.1893
Hunter Lab57.278732.8357-61.1888
CIE-Lab64.005538.0960-55.0609

#a887fe color RGB value is (168,135,254).

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

The process color (four color CMYK) of #a887fe color hex is 0.34, 0.47, 0.00, 0.00. Web safe color of #a887fe is #9999ff. Color #a887fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 11111110
Octal 250 207 376
Decimal 168 135 254
Hex A8 87 FE

RGB Percentages of Color #a887fe

%30.16
%24.24
%45.60

CMYK Percentages of Color #a887fe

%34
%47
%0
%0

Triadic Colors of #a887fe

#a887fe #fea887 #87fea8

Analogous Colors of #a887fe

#a887fe #e487fe #87a2fe

Monochromatic Colors of #a887fe

#a887fe

Complementary Color

#a887fe #ddfe87

#a887fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a887fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a887fe Color CSS Codes

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

#a887fe Text Font Color

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

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


#a887fe Background Color

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

This div background color is #a887fe


#a887fe Border Color

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

This div border color is #a887fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a887fe

Related Colors


Comments

No comments written yet.

Please login to write comment.