Color Hex Logo

#a471eb Color Hex

#A471EB
(164,113,235)
0 Favorites   0 Comments

Color spaces of #a471eb

RGB 164113235
HSL0.740.750.68
HSV265°52°92°
CMYK 0.300.520.00   0.08
XYZ36.210425.700981.6495
Yxy25.70090.25220.1790
Hunter Lab50.696138.7781-60.0034
CIE-Lab57.752144.5701-54.5439

#a471eb color RGB value is (164,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 11101011
Octal 244 161 353
Decimal 164 113 235
Hex A4 71 EB

RGB Percentages of Color #a471eb

%32.03
%22.07
%45.90

CMYK Percentages of Color #a471eb

%30
%52
%0
%8

Triadic Colors of #a471eb

#a471eb #eba471 #71eba4

Analogous Colors of #a471eb

#a471eb #e171eb #717beb

Monochromatic Colors of #a471eb

#a471eb

Complementary Color

#a471eb #b8eb71

#a471eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a471eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a471eb Color CSS Codes

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

#a471eb Text Font Color

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

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


#a471eb Background Color

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

This div background color is #a471eb


#a471eb Border Color

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

This div border color is #a471eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a471eb


Comments

No comments written yet.

Please login to write comment.