Color Hex Logo

#a984be Color Hex

#A984BE
(169,132,190)
0 Favorites   0 Comments

Color spaces of #a984be

RGB 169132190
HSL0.770.310.63
HSV278°31°75°
CMYK 0.110.310.00   0.25
XYZ33.907728.655352.4591
Yxy28.65530.29480.2491
Hunter Lab53.530619.3879-20.6317
CIE-Lab60.476224.9758-24.9340

#a984be color RGB value is (169,132,190).

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

The process color (four color CMYK) of #a984be color hex is 0.11, 0.31, 0.00, 0.25. Web safe color of #a984be is #9999cc. Color #a984be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 10111110
Octal 251 204 276
Decimal 169 132 190
Hex A9 84 BE

RGB Percentages of Color #a984be

%34.42
%26.88
%38.70

CMYK Percentages of Color #a984be

%11
%31
%0
%25

Triadic Colors of #a984be

#a984be #bea984 #84bea9

Analogous Colors of #a984be

#a984be #be84b6 #8c84be

Monochromatic Colors of #a984be

#a984be

Complementary Color

#a984be #99be84

#a984be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a984be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a984be Color CSS Codes

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

#a984be Text Font Color

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

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


#a984be Background Color

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

This div background color is #a984be


#a984be Border Color

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

This div border color is #a984be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a984be


Comments

No comments written yet.

Please login to write comment.