Color Hex Logo

#a46fed Color Hex

#A46FED
(164,111,237)
0 Favorites   0 Comments

Color spaces of #a46fed

RGB 164111237
HSL0.740.780.68
HSV265°53°93°
CMYK 0.310.530.00   0.07
XYZ36.280325.375883.1066
Yxy25.37580.25060.1753
Hunter Lab50.374440.4028-62.5533
CIE-Lab57.439846.1493-56.1568

#a46fed color RGB value is (164,111,237).

#a46fed hex color red value is 164, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a46fed hue: 0.74 , saturation: 0.78 and the lightness value of a46fed is 0.68.

The process color (four color CMYK) of #a46fed color hex is 0.31, 0.53, 0.00, 0.07. Web safe color of #a46fed is #9966ff. Color #a46fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101111 11101101
Octal 244 157 355
Decimal 164 111 237
Hex A4 6F ED

RGB Percentages of Color #a46fed

%32.03
%21.68
%46.29

CMYK Percentages of Color #a46fed

%31
%53
%0
%7

Triadic Colors of #a46fed

#a46fed #eda46f #6feda4

Analogous Colors of #a46fed

#a46fed #e36fed #6f79ed

Monochromatic Colors of #a46fed

#a46fed

Complementary Color

#a46fed #b8ed6f

#a46fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46fed Color CSS Codes

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

#a46fed Text Font Color

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

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


#a46fed Background Color

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

This div background color is #a46fed


#a46fed Border Color

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

This div border color is #a46fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46fed


Comments

No comments written yet.

Please login to write comment.