Color Hex Logo

#a47aeb Color Hex

#A47AEB
(164,122,235)
0 Favorites   0 Comments

Color spaces of #a47aeb

RGB 164122235
HSL0.730.740.70
HSV262°48°92°
CMYK 0.300.480.00   0.08
XYZ37.264827.809782.0010
Yxy27.80970.25340.1891
Hunter Lab52.734933.8499-55.2795
CIE-Lab59.716439.5876-51.4174

#a47aeb color RGB value is (164,122,235).

#a47aeb hex color red value is 164, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a47aeb hue: 0.73 , saturation: 0.74 and the lightness value of a47aeb is 0.70.

The process color (four color CMYK) of #a47aeb color hex is 0.30, 0.48, 0.00, 0.08. Web safe color of #a47aeb is #9966ff. Color #a47aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111010 11101011
Octal 244 172 353
Decimal 164 122 235
Hex A4 7A EB

RGB Percentages of Color #a47aeb

%31.48
%23.42
%45.11

CMYK Percentages of Color #a47aeb

%30
%48
%0
%8

Triadic Colors of #a47aeb

#a47aeb #eba47a #7aeba4

Analogous Colors of #a47aeb

#a47aeb #dd7aeb #7a89eb

Monochromatic Colors of #a47aeb

#a47aeb

Complementary Color

#a47aeb #c1eb7a

#a47aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47aeb Color CSS Codes

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

#a47aeb Text Font Color

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

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


#a47aeb Background Color

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

This div background color is #a47aeb


#a47aeb Border Color

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

This div border color is #a47aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47aeb


Comments

No comments written yet.

Please login to write comment.