Color Hex Logo

#a587ff Color Hex

#A587FF
(165,135,255)
0 Favorites   0 Comments

Color spaces of #a587ff

RGB 165135255
HSL0.711.000.76
HSV255°47°100°
CMYK 0.350.470.00   0.00
XYZ42.231032.547398.6642
Yxy32.54730.24350.1877
Hunter Lab57.050232.2953-62.6025
CIE-Lab63.792737.6010-55.9631

#a587ff color RGB value is (165,135,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000111 11111111
Octal 245 207 377
Decimal 165 135 255
Hex A5 87 FF

RGB Percentages of Color #a587ff

%29.73
%24.32
%45.95

CMYK Percentages of Color #a587ff

%35
%47
%0
%0

Triadic Colors of #a587ff

#a587ff #ffa587 #87ffa5

Analogous Colors of #a587ff

#a587ff #e187ff #87a5ff

Monochromatic Colors of #a587ff

#a587ff

Complementary Color

#a587ff #e1ff87

#a587ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a587ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a587ff Color CSS Codes

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

#a587ff Text Font Color

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

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


#a587ff Background Color

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

This div background color is #a587ff


#a587ff Border Color

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

This div border color is #a587ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a587ff


Comments

No comments written yet.

Please login to write comment.