Color Hex Logo

#a47feb Color Hex

#A47FEB
(164,127,235)
0 Favorites   0 Comments

Color spaces of #a47feb

RGB 164127235
HSL0.720.730.71
HSV261°46°92°
CMYK 0.300.460.00   0.08
XYZ37.894629.069482.2110
Yxy29.06940.25400.1949
Hunter Lab53.916031.1047-52.6640
CIE-Lab60.842836.7825-49.6305

#a47feb color RGB value is (164,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11101011
Octal 244 177 353
Decimal 164 127 235
Hex A4 7F EB

RGB Percentages of Color #a47feb

%31.18
%24.14
%44.68

CMYK Percentages of Color #a47feb

%30
%46
%0
%8

Triadic Colors of #a47feb

#a47feb #eba47f #7feba4

Analogous Colors of #a47feb

#a47feb #da7feb #7f90eb

Monochromatic Colors of #a47feb

#a47feb

Complementary Color

#a47feb #c6eb7f

#a47feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47feb Color CSS Codes

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

#a47feb Text Font Color

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

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


#a47feb Background Color

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

This div background color is #a47feb


#a47feb Border Color

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

This div border color is #a47feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47feb


Comments

No comments written yet.

Please login to write comment.