Color Hex Logo

#a48cee Color Hex

#A48CEE
(164,140,238)
0 Favorites   0 Comments

Color spaces of #a48cee

RGB 164140238
HSL0.710.740.74
HSV255°41°93°
CMYK 0.310.410.00   0.07
XYZ40.120532.821785.1096
Yxy32.82170.25380.2077
Hunter Lab57.290224.7461-47.9773
CIE-Lab64.016330.1725-46.2748

#a48cee color RGB value is (164,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11101110
Octal 244 214 356
Decimal 164 140 238
Hex A4 8C EE

RGB Percentages of Color #a48cee

%30.26
%25.83
%43.91

CMYK Percentages of Color #a48cee

%31
%41
%0
%7

Triadic Colors of #a48cee

#a48cee #eea48c #8ceea4

Analogous Colors of #a48cee

#a48cee #d58cee #8ca5ee

Monochromatic Colors of #a48cee

#a48cee

Complementary Color

#a48cee #d6ee8c

#a48cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48cee Color CSS Codes

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

#a48cee Text Font Color

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

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


#a48cee Background Color

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

This div background color is #a48cee


#a48cee Border Color

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

This div border color is #a48cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48cee


Comments

No comments written yet.

Please login to write comment.