Color Hex Logo

#a584dd Color Hex

#A584DD
(165,132,221)
0 Favorites   0 Comments

Color spaces of #a584dd

RGB 165132221
HSL0.730.570.69
HSV262°40°87°
CMYK 0.250.400.00   0.13
XYZ36.819529.722372.2030
Yxy29.72230.26540.2142
Hunter Lab54.518225.1453-40.3600
CIE-Lab61.413930.8075-40.9339

#a584dd color RGB value is (165,132,221).

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

The process color (four color CMYK) of #a584dd color hex is 0.25, 0.40, 0.00, 0.13. Web safe color of #a584dd is #9999cc. Color #a584dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 11011101
Octal 245 204 335
Decimal 165 132 221
Hex A5 84 DD

RGB Percentages of Color #a584dd

%31.85
%25.48
%42.66

CMYK Percentages of Color #a584dd

%25
%40
%0
%13

Triadic Colors of #a584dd

#a584dd #dda584 #84dda5

Analogous Colors of #a584dd

#a584dd #d284dd #8490dd

Monochromatic Colors of #a584dd

#a584dd

Complementary Color

#a584dd #bcdd84

#a584dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a584dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a584dd Color CSS Codes

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

#a584dd Text Font Color

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

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


#a584dd Background Color

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

This div background color is #a584dd


#a584dd Border Color

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

This div border color is #a584dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a584dd


Comments

No comments written yet.

Please login to write comment.