Color Hex Logo

#a584de Color Hex

#A584DE
(165,132,222)
0 Favorites   0 Comments

Color spaces of #a584de

RGB 165132222
HSL0.730.580.69
HSV262°41°87°
CMYK 0.260.410.00   0.13
XYZ36.953129.775872.9069
Yxy29.77580.26460.2132
Hunter Lab54.567225.3882-41.0200
CIE-Lab61.460331.0477-41.4188

#a584de color RGB value is (165,132,222).

#a584de hex color red value is 165, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a584de hue: 0.73 , saturation: 0.58 and the lightness value of a584de is 0.69.

The process color (four color CMYK) of #a584de color hex is 0.26, 0.41, 0.00, 0.13. Web safe color of #a584de is #9999cc. Color #a584de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 11011110
Octal 245 204 336
Decimal 165 132 222
Hex A5 84 DE

RGB Percentages of Color #a584de

%31.79
%25.43
%42.77

CMYK Percentages of Color #a584de

%26
%41
%0
%13

Triadic Colors of #a584de

#a584de #dea584 #84dea5

Analogous Colors of #a584de

#a584de #d284de #8490de

Monochromatic Colors of #a584de

#a584de

Complementary Color

#a584de #bdde84

#a584de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a584de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a584de Color CSS Codes

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

#a584de Text Font Color

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

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


#a584de Background Color

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

This div background color is #a584de


#a584de Border Color

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

This div border color is #a584de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a584de


Comments

No comments written yet.

Please login to write comment.