Color Hex Logo

#a48eef Color Hex

#A48EEF
(164,142,239)
0 Favorites   0 Comments

Color spaces of #a48eef

RGB 164142239
HSL0.700.750.75
HSV254°41°94°
CMYK 0.310.410.00   0.06
XYZ40.562833.470585.9839
Yxy33.47050.25350.2092
Hunter Lab57.853723.9072-47.6210
CIE-Lab64.540129.2880-46.0004

#a48eef color RGB value is (164,142,239).

#a48eef hex color red value is 164, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a48eef hue: 0.70 , saturation: 0.75 and the lightness value of a48eef is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001110 11101111
Octal 244 216 357
Decimal 164 142 239
Hex A4 8E EF

RGB Percentages of Color #a48eef

%30.09
%26.06
%43.85

CMYK Percentages of Color #a48eef

%31
%41
%0
%6

Triadic Colors of #a48eef

#a48eef #efa48e #8eefa4

Analogous Colors of #a48eef

#a48eef #d58eef #8ea9ef

Monochromatic Colors of #a48eef

#a48eef

Complementary Color

#a48eef #d9ef8e

#a48eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48eef Color CSS Codes

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

#a48eef Text Font Color

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

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


#a48eef Background Color

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

This div background color is #a48eef


#a48eef Border Color

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

This div border color is #a48eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48eef


Comments

No comments written yet.

Please login to write comment.