Color Hex Logo

#a784de Color Hex

#A784DE
(167,132,222)
0 Favorites   0 Comments

Color spaces of #a784de

RGB 167132222
HSL0.730.580.69
HSV263°41°87°
CMYK 0.250.410.00   0.13
XYZ37.372429.991972.9265
Yxy29.99190.26640.2138
Hunter Lab54.764925.9727-40.6169
CIE-Lab61.647231.6170-41.1122

#a784de color RGB value is (167,132,222).

#a784de hex color red value is 167, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a784de hue: 0.73 , saturation: 0.58 and the lightness value of a784de is 0.69.

The process color (four color CMYK) of #a784de color hex is 0.25, 0.41, 0.00, 0.13. Web safe color of #a784de is #9999cc. Color #a784de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000100 11011110
Octal 247 204 336
Decimal 167 132 222
Hex A7 84 DE

RGB Percentages of Color #a784de

%32.05
%25.34
%42.61

CMYK Percentages of Color #a784de

%25
%41
%0
%13

Triadic Colors of #a784de

#a784de #dea784 #84dea7

Analogous Colors of #a784de

#a784de #d484de #848ede

Monochromatic Colors of #a784de

#a784de

Complementary Color

#a784de #bbde84

#a784de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a784de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a784de Color CSS Codes

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

#a784de Text Font Color

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

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


#a784de Background Color

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

This div background color is #a784de


#a784de Border Color

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

This div border color is #a784de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a784de


Comments

No comments written yet.

Please login to write comment.