Color Hex Logo

#a47fe5 Color Hex

#A47FE5
(164,127,229)
0 Favorites   0 Comments

Color spaces of #a47fe5

RGB 164127229
HSL0.730.660.70
HSV262°45°90°
CMYK 0.280.450.00   0.10
XYZ37.042128.728477.7215
Yxy28.72840.25810.2002
Hunter Lab53.598929.5630-48.4547
CIE-Lab60.541235.3021-46.7733

#a47fe5 color RGB value is (164,127,229).

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

The process color (four color CMYK) of #a47fe5 color hex is 0.28, 0.45, 0.00, 0.10. Web safe color of #a47fe5 is #9966cc. Color #a47fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111111 11100101
Octal 244 177 345
Decimal 164 127 229
Hex A4 7F E5

RGB Percentages of Color #a47fe5

%31.54
%24.42
%44.04

CMYK Percentages of Color #a47fe5

%28
%45
%0
%10

Triadic Colors of #a47fe5

#a47fe5 #e5a47f #7fe5a4

Analogous Colors of #a47fe5

#a47fe5 #d77fe5 #7f8de5

Monochromatic Colors of #a47fe5

#a47fe5

Complementary Color

#a47fe5 #c0e57f

#a47fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47fe5 Color CSS Codes

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

#a47fe5 Text Font Color

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

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


#a47fe5 Background Color

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

This div background color is #a47fe5


#a47fe5 Border Color

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

This div border color is #a47fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47fe5


Comments

No comments written yet.

Please login to write comment.