Color Hex Logo

#a484bc Color Hex

#A484BC
(164,132,188)
0 Favorites   0 Comments

Color spaces of #a484bc

RGB 164132188
HSL0.760.290.63
HSV274°30°74°
CMYK 0.130.300.00   0.26
XYZ32.638228.025951.2663
Yxy28.02590.29160.2504
Hunter Lab52.939517.4045-20.3584
CIE-Lab59.912122.9252-24.7090

#a484bc color RGB value is (164,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 10111100
Octal 244 204 274
Decimal 164 132 188
Hex A4 84 BC

RGB Percentages of Color #a484bc

%33.88
%27.27
%38.84

CMYK Percentages of Color #a484bc

%13
%30
%0
%26

Triadic Colors of #a484bc

#a484bc #bca484 #84bca4

Analogous Colors of #a484bc

#a484bc #bc84b8 #8884bc

Monochromatic Colors of #a484bc

#a484bc

Complementary Color

#a484bc #9cbc84

#a484bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484bc Color CSS Codes

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

#a484bc Text Font Color

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

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


#a484bc Background Color

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

This div background color is #a484bc


#a484bc Border Color

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

This div border color is #a484bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484bc


Comments

No comments written yet.

Please login to write comment.