Color Hex Logo

#a48bcf Color Hex

#A48BCF
(164,139,207)
0 Favorites   0 Comments

Color spaces of #a48bcf

RGB 164139207
HSL0.730.410.68
HSV262°33°81°
CMYK 0.210.330.00   0.19
XYZ35.804930.862763.1015
Yxy30.86270.27590.2378
Hunter Lab55.554217.8241-28.4569
CIE-Lab62.391623.2141-31.5886

#a48bcf color RGB value is (164,139,207).

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

The process color (four color CMYK) of #a48bcf color hex is 0.21, 0.33, 0.00, 0.19. Web safe color of #a48bcf is #9999cc. Color #a48bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001011 11001111
Octal 244 213 317
Decimal 164 139 207
Hex A4 8B CF

RGB Percentages of Color #a48bcf

%32.16
%27.25
%40.59

CMYK Percentages of Color #a48bcf

%21
%33
%0
%19

Triadic Colors of #a48bcf

#a48bcf #cfa48b #8bcfa4

Analogous Colors of #a48bcf

#a48bcf #c68bcf #8b94cf

Monochromatic Colors of #a48bcf

#a48bcf

Complementary Color

#a48bcf #b6cf8b

#a48bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48bcf Color CSS Codes

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

#a48bcf Text Font Color

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

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


#a48bcf Background Color

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

This div background color is #a48bcf


#a48bcf Border Color

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

This div border color is #a48bcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,139,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a48bcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48bcf


Comments

No comments written yet.

Please login to write comment.