Color Hex Logo

#a48beb Color Hex

#A48BEB
(164,139,235)
0 Favorites   0 Comments

Color spaces of #a48beb

RGB 164139235
HSL0.710.710.73
HSV256°41°92°
CMYK 0.300.410.00   0.08
XYZ39.537932.355982.7587
Yxy32.35590.25570.2092
Hunter Lab56.882224.5284-46.4442
CIE-Lab63.635929.9875-45.2183

#a48beb color RGB value is (164,139,235).

#a48beb hex color red value is 164, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a48beb hue: 0.71 , saturation: 0.71 and the lightness value of a48beb is 0.73.

The process color (four color CMYK) of #a48beb color hex is 0.30, 0.41, 0.00, 0.08. Web safe color of #a48beb is #9999ff. Color #a48beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001011 11101011
Octal 244 213 353
Decimal 164 139 235
Hex A4 8B EB

RGB Percentages of Color #a48beb

%30.48
%25.84
%43.68

CMYK Percentages of Color #a48beb

%30
%41
%0
%8

Triadic Colors of #a48beb

#a48beb #eba48b #8beba4

Analogous Colors of #a48beb

#a48beb #d48beb #8ba2eb

Monochromatic Colors of #a48beb

#a48beb

Complementary Color

#a48beb #d2eb8b

#a48beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48beb Color CSS Codes

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

#a48beb Text Font Color

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

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


#a48beb Background Color

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

This div background color is #a48beb


#a48beb Border Color

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

This div border color is #a48beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48beb


Comments

No comments written yet.

Please login to write comment.