Color Hex Logo

#a887be Color Hex

#A887BE
(168,135,190)
0 Favorites   0 Comments

Color spaces of #a887be

RGB 168135190
HSL0.770.300.64
HSV276°29°75°
CMYK 0.120.290.00   0.25
XYZ34.106729.370552.5866
Yxy29.37050.29390.2531
Hunter Lab54.194617.4964-19.5947
CIE-Lab61.107222.9483-23.9729

#a887be color RGB value is (168,135,190).

#a887be hex color red value is 168, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a887be hue: 0.77 , saturation: 0.30 and the lightness value of a887be is 0.64.

The process color (four color CMYK) of #a887be color hex is 0.12, 0.29, 0.00, 0.25. Web safe color of #a887be is #9999cc. Color #a887be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 10111110
Octal 250 207 276
Decimal 168 135 190
Hex A8 87 BE

RGB Percentages of Color #a887be

%34.08
%27.38
%38.54

CMYK Percentages of Color #a887be

%12
%29
%0
%25

Triadic Colors of #a887be

#a887be #bea887 #87bea8

Analogous Colors of #a887be

#a887be #be87b9 #8d87be

Monochromatic Colors of #a887be

#a887be

Complementary Color

#a887be #9dbe87

#a887be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a887be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a887be Color CSS Codes

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

#a887be Text Font Color

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

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


#a887be Background Color

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

This div background color is #a887be


#a887be Border Color

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

This div border color is #a887be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a887be


Comments

No comments written yet.

Please login to write comment.