Color Hex Logo

#a47eef Color Hex

#A47EEF
(164,126,239)
0 Favorites   0 Comments

Color spaces of #a47eef

RGB 164126239
HSL0.720.780.72
HSV260°47°94°
CMYK 0.310.470.00   0.06
XYZ38.350729.046285.2465
Yxy29.04620.25120.1903
Hunter Lab53.894532.7030-56.0545
CIE-Lab60.822438.3411-51.8802

#a47eef color RGB value is (164,126,239).

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

The process color (four color CMYK) of #a47eef color hex is 0.31, 0.47, 0.00, 0.06. Web safe color of #a47eef is #9966ff. Color #a47eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 11101111
Octal 244 176 357
Decimal 164 126 239
Hex A4 7E EF

RGB Percentages of Color #a47eef

%31.00
%23.82
%45.18

CMYK Percentages of Color #a47eef

%31
%47
%0
%6

Triadic Colors of #a47eef

#a47eef #efa47e #7eefa4

Analogous Colors of #a47eef

#a47eef #dd7eef #7e91ef

Monochromatic Colors of #a47eef

#a47eef

Complementary Color

#a47eef #c9ef7e

#a47eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47eef Color CSS Codes

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

#a47eef Text Font Color

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

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


#a47eef Background Color

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

This div background color is #a47eef


#a47eef Border Color

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

This div border color is #a47eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,126,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 #a47eef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47eef


Comments

No comments written yet.

Please login to write comment.