Color Hex Logo

#a47def Color Hex

#A47DEF
(164,125,239)
0 Favorites   0 Comments

Color spaces of #a47def

RGB 164125239
HSL0.720.780.71
HSV261°48°94°
CMYK 0.310.480.00   0.06
XYZ38.223428.791785.2041
Yxy28.79170.25110.1891
Hunter Lab53.657933.2538-56.5869
CIE-Lab60.597438.9018-52.2376

#a47def color RGB value is (164,125,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11101111
Octal 244 175 357
Decimal 164 125 239
Hex A4 7D EF

RGB Percentages of Color #a47def

%31.06
%23.67
%45.27

CMYK Percentages of Color #a47def

%31
%48
%0
%6

Triadic Colors of #a47def

#a47def #efa47d #7defa4

Analogous Colors of #a47def

#a47def #dd7def #7d8fef

Monochromatic Colors of #a47def

#a47def

Complementary Color

#a47def #c8ef7d

#a47def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47def Color CSS Codes

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

#a47def Text Font Color

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

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


#a47def Background Color

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

This div background color is #a47def


#a47def Border Color

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

This div border color is #a47def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47def


Comments

No comments written yet.

Please login to write comment.