Color Hex Logo

#a48aef Color Hex

#A48AEF
(164,138,239)
0 Favorites   0 Comments

Color spaces of #a48aef

RGB 164138239
HSL0.710.760.74
HSV255°42°94°
CMYK 0.310.420.00   0.06
XYZ39.978332.301585.7891
Yxy32.30150.25290.2044
Hunter Lab56.834426.0998-49.7116
CIE-Lab63.591331.5607-47.4965

#a48aef color RGB value is (164,138,239).

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

The process color (four color CMYK) of #a48aef color hex is 0.31, 0.42, 0.00, 0.06. Web safe color of #a48aef is #9999ff. Color #a48aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001010 11101111
Octal 244 212 357
Decimal 164 138 239
Hex A4 8A EF

RGB Percentages of Color #a48aef

%30.31
%25.51
%44.18

CMYK Percentages of Color #a48aef

%31
%42
%0
%6

Triadic Colors of #a48aef

#a48aef #efa48a #8aefa4

Analogous Colors of #a48aef

#a48aef #d78aef #8aa3ef

Monochromatic Colors of #a48aef

#a48aef

Complementary Color

#a48aef #d5ef8a

#a48aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48aef Color CSS Codes

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

#a48aef Text Font Color

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

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


#a48aef Background Color

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

This div background color is #a48aef


#a48aef Border Color

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

This div border color is #a48aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48aef


Comments

No comments written yet.

Please login to write comment.