Color Hex Logo

#a47deb Color Hex

#A47DEB
(164,125,235)
0 Favorites   0 Comments

Color spaces of #a47deb

RGB 164125235
HSL0.730.730.71
HSV261°47°92°
CMYK 0.300.470.00   0.08
XYZ37.638928.557982.1257
Yxy28.55790.25380.1925
Hunter Lab53.439632.2029-53.7089
CIE-Lab60.389537.9071-50.3492

#a47deb color RGB value is (164,125,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111101 11101011
Octal 244 175 353
Decimal 164 125 235
Hex A4 7D EB

RGB Percentages of Color #a47deb

%31.30
%23.85
%44.85

CMYK Percentages of Color #a47deb

%30
%47
%0
%8

Triadic Colors of #a47deb

#a47deb #eba47d #7deba4

Analogous Colors of #a47deb

#a47deb #db7deb #7d8deb

Monochromatic Colors of #a47deb

#a47deb

Complementary Color

#a47deb #c4eb7d

#a47deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47deb Color CSS Codes

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

#a47deb Text Font Color

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

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


#a47deb Background Color

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

This div background color is #a47deb


#a47deb Border Color

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

This div border color is #a47deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47deb


Comments

No comments written yet.

Please login to write comment.