Color Hex Logo

#a473ee Color Hex

#A473EE
(164,115,238)
0 Favorites   0 Comments

Color spaces of #a473ee

RGB 164115238
HSL0.730.780.69
HSV264°52°93°
CMYK 0.310.520.00   0.07
XYZ36.873226.327084.0271
Yxy26.32700.25050.1788
Hunter Lab51.309838.4846-61.1788
CIE-Lab58.346144.2075-55.2664

#a473ee color RGB value is (164,115,238).

#a473ee hex color red value is 164, green value is 115 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a473ee hue: 0.73 , saturation: 0.78 and the lightness value of a473ee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110011 11101110
Octal 244 163 356
Decimal 164 115 238
Hex A4 73 EE

RGB Percentages of Color #a473ee

%31.72
%22.24
%46.03

CMYK Percentages of Color #a473ee

%31
%52
%0
%7

Triadic Colors of #a473ee

#a473ee #eea473 #73eea4

Analogous Colors of #a473ee

#a473ee #e273ee #7380ee

Monochromatic Colors of #a473ee

#a473ee

Complementary Color

#a473ee #bdee73

#a473ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a473ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a473ee Color CSS Codes

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

#a473ee Text Font Color

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

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


#a473ee Background Color

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

This div background color is #a473ee


#a473ee Border Color

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

This div border color is #a473ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a473ee


Comments

No comments written yet.

Please login to write comment.