Color Hex Logo

#a48def Color Hex

#A48DEF
(164,141,239)
0 Favorites   0 Comments

Color spaces of #a48def

RGB 164141239
HSL0.710.750.75
HSV254°41°94°
CMYK 0.310.410.00   0.06
XYZ40.414733.174385.9345
Yxy33.17430.25330.2080
Hunter Lab57.597124.4547-48.1422
CIE-Lab64.301829.8564-46.3758

#a48def color RGB value is (164,141,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001101 11101111
Octal 244 215 357
Decimal 164 141 239
Hex A4 8D EF

RGB Percentages of Color #a48def

%30.15
%25.92
%43.93

CMYK Percentages of Color #a48def

%31
%41
%0
%6

Triadic Colors of #a48def

#a48def #efa48d #8defa4

Analogous Colors of #a48def

#a48def #d58def #8da7ef

Monochromatic Colors of #a48def

#a48def

Complementary Color

#a48def #d8ef8d

#a48def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48def Color CSS Codes

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

#a48def Text Font Color

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

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


#a48def Background Color

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

This div background color is #a48def


#a48def Border Color

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

This div border color is #a48def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48def


Comments

No comments written yet.

Please login to write comment.