Color Hex Logo

#a585fc Color Hex

#A585FC
(165,133,252)
0 Favorites   0 Comments

Color spaces of #a585fc

RGB 165133252
HSL0.710.950.75
HSV256°47°99°
CMYK 0.350.470.00   0.01
XYZ41.475331.802796.0480
Yxy31.80270.24490.1878
Hunter Lab56.393932.5899-61.5048
CIE-Lab63.179537.9546-55.2943

#a585fc color RGB value is (165,133,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 11111100
Octal 245 205 374
Decimal 165 133 252
Hex A5 85 FC

RGB Percentages of Color #a585fc

%30.00
%24.18
%45.82

CMYK Percentages of Color #a585fc

%35
%47
%0
%1

Triadic Colors of #a585fc

#a585fc #fca585 #85fca5

Analogous Colors of #a585fc

#a585fc #e185fc #85a1fc

Monochromatic Colors of #a585fc

#a585fc

Complementary Color

#a585fc #dcfc85

#a585fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a585fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a585fc Color CSS Codes

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

#a585fc Text Font Color

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

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


#a585fc Background Color

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

This div background color is #a585fc


#a585fc Border Color

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

This div border color is #a585fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a585fc

Related Colors


Comments

No comments written yet.

Please login to write comment.