Color Hex Logo

#a584ed Color Hex

#A584ED
(165,132,237)
0 Favorites   0 Comments

Color spaces of #a584ed

RGB 165132237
HSL0.720.740.72
HSV259°44°93°
CMYK 0.300.440.00   0.07
XYZ39.054430.616383.9719
Yxy30.61630.25420.1993
Hunter Lab55.332029.1578-51.2462
CIE-Lab62.182434.7252-48.6121

#a584ed color RGB value is (165,132,237).

#a584ed hex color red value is 165, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a584ed hue: 0.72 , saturation: 0.74 and the lightness value of a584ed is 0.72.

The process color (four color CMYK) of #a584ed color hex is 0.30, 0.44, 0.00, 0.07. Web safe color of #a584ed is #9999ff. Color #a584ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 11101101
Octal 245 204 355
Decimal 165 132 237
Hex A5 84 ED

RGB Percentages of Color #a584ed

%30.90
%24.72
%44.38

CMYK Percentages of Color #a584ed

%30
%44
%0
%7

Triadic Colors of #a584ed

#a584ed #eda584 #84eda5

Analogous Colors of #a584ed

#a584ed #da84ed #8498ed

Monochromatic Colors of #a584ed

#a584ed

Complementary Color

#a584ed #cced84

#a584ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a584ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a584ed Color CSS Codes

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

#a584ed Text Font Color

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

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


#a584ed Background Color

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

This div background color is #a584ed


#a584ed Border Color

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

This div border color is #a584ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a584ed


Comments

No comments written yet.

Please login to write comment.