Color Hex Logo

#a584bb Color Hex

#A584BB
(165,132,187)
0 Favorites   0 Comments

Color spaces of #a584bb

RGB 165132187
HSL0.770.290.63
HSV276°29°73°
CMYK 0.120.290.00   0.27
XYZ32.738028.089750.7101
Yxy28.08970.29350.2518
Hunter Lab52.999717.5102-19.6288
CIE-Lab59.969723.0336-24.0451

#a584bb color RGB value is (165,132,187).

#a584bb hex color red value is 165, green value is 132 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a584bb hue: 0.77 , saturation: 0.29 and the lightness value of a584bb is 0.63.

The process color (four color CMYK) of #a584bb color hex is 0.12, 0.29, 0.00, 0.27. Web safe color of #a584bb is #9999cc. Color #a584bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000100 10111011
Octal 245 204 273
Decimal 165 132 187
Hex A5 84 BB

RGB Percentages of Color #a584bb

%34.09
%27.27
%38.64

CMYK Percentages of Color #a584bb

%12
%29
%0
%27

Triadic Colors of #a584bb

#a584bb #bba584 #84bba5

Analogous Colors of #a584bb

#a584bb #bb84b6 #8a84bb

Monochromatic Colors of #a584bb

#a584bb

Complementary Color

#a584bb #9abb84

#a584bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a584bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a584bb Color CSS Codes

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

#a584bb Text Font Color

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

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


#a584bb Background Color

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

This div background color is #a584bb


#a584bb Border Color

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

This div border color is #a584bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a584bb


Comments

No comments written yet.

Please login to write comment.