Color Hex Logo

#a585ff Color Hex

#A585FF
(165,133,255)
0 Favorites   0 Comments

Color spaces of #a585ff

RGB 165133255
HSL0.711.000.76
HSV256°48°100°
CMYK 0.350.480.00   0.00
XYZ41.954631.994498.5720
Yxy31.99440.24320.1855
Hunter Lab56.563633.4115-63.7287
CIE-Lab63.338338.7255-56.6862

#a585ff color RGB value is (165,133,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 11111111
Octal 245 205 377
Decimal 165 133 255
Hex A5 85 FF

RGB Percentages of Color #a585ff

%29.84
%24.05
%46.11

CMYK Percentages of Color #a585ff

%35
%48
%0
%0

Triadic Colors of #a585ff

#a585ff #ffa585 #85ffa5

Analogous Colors of #a585ff

#a585ff #e285ff #85a2ff

Monochromatic Colors of #a585ff

#a585ff

Complementary Color

#a585ff #dfff85

#a585ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a585ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a585ff Color CSS Codes

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

#a585ff Text Font Color

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

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


#a585ff Background Color

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

This div background color is #a585ff


#a585ff Border Color

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

This div border color is #a585ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a585ff


Comments

No comments written yet.

Please login to write comment.