Color Hex Logo

#a587bf Color Hex

#A587BF
(165,135,191)
0 Favorites   0 Comments

Color spaces of #a587bf

RGB 165135191
HSL0.760.300.64
HSV272°29°75°
CMYK 0.140.290.00   0.25
XYZ33.585029.088953.1348
Yxy29.08890.29000.2512
Hunter Lab53.934116.7680-20.6574
CIE-Lab60.860022.1929-24.9425

#a587bf color RGB value is (165,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000111 10111111
Octal 245 207 277
Decimal 165 135 191
Hex A5 87 BF

RGB Percentages of Color #a587bf

%33.60
%27.49
%38.90

CMYK Percentages of Color #a587bf

%14
%29
%0
%25

Triadic Colors of #a587bf

#a587bf #bfa587 #87bfa5

Analogous Colors of #a587bf

#a587bf #bf87bd #8987bf

Monochromatic Colors of #a587bf

#a587bf

Complementary Color

#a587bf #a1bf87

#a587bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a587bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a587bf Color CSS Codes

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

#a587bf Text Font Color

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

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


#a587bf Background Color

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

This div background color is #a587bf


#a587bf Border Color

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

This div border color is #a587bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a587bf


Comments

No comments written yet.

Please login to write comment.