Color Hex Logo

#a47bfd Color Hex

#A47BFD
(164,123,253)
0 Favorites   0 Comments

Color spaces of #a47bfd

RGB 164123253
HSL0.720.970.74
HSV259°51°99°
CMYK 0.350.510.00   0.01
XYZ40.122429.150396.4404
Yxy29.15030.24210.1759
Hunter Lab53.991038.1646-68.1119
CIE-Lab60.914043.5501-59.4611

#a47bfd color RGB value is (164,123,253).

#a47bfd hex color red value is 164, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a47bfd hue: 0.72 , saturation: 0.97 and the lightness value of a47bfd is 0.74.

The process color (four color CMYK) of #a47bfd color hex is 0.35, 0.51, 0.00, 0.01. Web safe color of #a47bfd is #9966ff. Color #a47bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111011 11111101
Octal 244 173 375
Decimal 164 123 253
Hex A4 7B FD

RGB Percentages of Color #a47bfd

%30.37
%22.78
%46.85

CMYK Percentages of Color #a47bfd

%35
%51
%0
%1

Triadic Colors of #a47bfd

#a47bfd #fda47b #7bfda4

Analogous Colors of #a47bfd

#a47bfd #e57bfd #7b93fd

Monochromatic Colors of #a47bfd

#a47bfd

Complementary Color

#a47bfd #d4fd7b

#a47bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47bfd Color CSS Codes

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

#a47bfd Text Font Color

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

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


#a47bfd Background Color

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

This div background color is #a47bfd


#a47bfd Border Color

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

This div border color is #a47bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47bfd


Comments

No comments written yet.

Please login to write comment.