Color Hex Logo

#a484ef Color Hex

#A484EF
(164,132,239)
0 Favorites   0 Comments

Color spaces of #a484ef

RGB 164132239
HSL0.720.770.73
HSV258°45°94°
CMYK 0.310.450.00   0.06
XYZ39.141130.627085.5100
Yxy30.62700.25210.1972
Hunter Lab55.341729.3985-52.8715
CIE-Lab62.191534.9608-49.7094

#a484ef color RGB value is (164,132,239).

#a484ef hex color red value is 164, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a484ef hue: 0.72 , saturation: 0.77 and the lightness value of a484ef is 0.73.

The process color (four color CMYK) of #a484ef color hex is 0.31, 0.45, 0.00, 0.06. Web safe color of #a484ef is #9999ff. Color #a484ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 11101111
Octal 244 204 357
Decimal 164 132 239
Hex A4 84 EF

RGB Percentages of Color #a484ef

%30.65
%24.67
%44.67

CMYK Percentages of Color #a484ef

%31
%45
%0
%6

Triadic Colors of #a484ef

#a484ef #efa484 #84efa4

Analogous Colors of #a484ef

#a484ef #da84ef #849aef

Monochromatic Colors of #a484ef

#a484ef

Complementary Color

#a484ef #cfef84

#a484ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484ef Color CSS Codes

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

#a484ef Text Font Color

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

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


#a484ef Background Color

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

This div background color is #a484ef


#a484ef Border Color

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

This div border color is #a484ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484ef


Comments

No comments written yet.

Please login to write comment.