Color Hex Logo

#a884da Color Hex

#A884DA
(168,132,218)
0 Favorites   0 Comments

Color spaces of #a884da

RGB 168132218
HSL0.740.540.69
HSV265°39°85°
CMYK 0.230.390.00   0.15
XYZ37.054629.889370.1459
Yxy29.88930.27030.2180
Hunter Lab54.671125.3080-37.8024
CIE-Lab61.558630.9578-39.0121

#a884da color RGB value is (168,132,218).

#a884da hex color red value is 168, green value is 132 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a884da hue: 0.74 , saturation: 0.54 and the lightness value of a884da is 0.69.

The process color (four color CMYK) of #a884da color hex is 0.23, 0.39, 0.00, 0.15. Web safe color of #a884da is #9999cc. Color #a884da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 11011010
Octal 250 204 332
Decimal 168 132 218
Hex A8 84 DA

RGB Percentages of Color #a884da

%32.43
%25.48
%42.08

CMYK Percentages of Color #a884da

%23
%39
%0
%15

Triadic Colors of #a884da

#a884da #daa884 #84daa8

Analogous Colors of #a884da

#a884da #d384da #848bda

Monochromatic Colors of #a884da

#a884da

Complementary Color

#a884da #b6da84

#a884da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884da Color CSS Codes

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

#a884da Text Font Color

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

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


#a884da Background Color

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

This div background color is #a884da


#a884da Border Color

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

This div border color is #a884da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884da


Comments

No comments written yet.

Please login to write comment.