Color Hex Logo

#a084fd Color Hex

#A084FD
(160,132,253)
0 Favorites   0 Comments

Color spaces of #a084fd

RGB 160132253
HSL0.710.970.75
HSV254°48°99°
CMYK 0.370.480.00   0.01
XYZ40.478131.068096.7918
Yxy31.06800.24050.1846
Hunter Lab55.738732.0862-63.9417
CIE-Lab62.565037.5391-56.8476

#a084fd color RGB value is (160,132,253).

#a084fd hex color red value is 160, green value is 132 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a084fd hue: 0.71 , saturation: 0.97 and the lightness value of a084fd is 0.75.

The process color (four color CMYK) of #a084fd color hex is 0.37, 0.48, 0.00, 0.01. Web safe color of #a084fd is #9999ff. Color #a084fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000100 11111101
Octal 240 204 375
Decimal 160 132 253
Hex A0 84 FD

RGB Percentages of Color #a084fd

%29.36
%24.22
%46.42

CMYK Percentages of Color #a084fd

%37
%48
%0
%1

Triadic Colors of #a084fd

#a084fd #fda084 #84fda0

Analogous Colors of #a084fd

#a084fd #dd84fd #84a5fd

Monochromatic Colors of #a084fd

#a084fd

Complementary Color

#a084fd #e1fd84

#a084fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a084fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a084fd Color CSS Codes

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

#a084fd Text Font Color

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

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


#a084fd Background Color

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

This div background color is #a084fd


#a084fd Border Color

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

This div border color is #a084fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a084fd


Comments

No comments written yet.

Please login to write comment.