Color Hex Logo

#a48ced Color Hex

#A48CED
(164,140,237)
0 Favorites   0 Comments

Color spaces of #a48ced

RGB 164140237
HSL0.710.730.74
HSV255°41°93°
CMYK 0.310.410.00   0.07
XYZ39.974032.763184.3378
Yxy32.76310.25450.2086
Hunter Lab57.239124.4906-47.2924
CIE-Lab63.968629.9208-45.7983

#a48ced color RGB value is (164,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11101101
Octal 244 214 355
Decimal 164 140 237
Hex A4 8C ED

RGB Percentages of Color #a48ced

%30.31
%25.88
%43.81

CMYK Percentages of Color #a48ced

%31
%41
%0
%7

Triadic Colors of #a48ced

#a48ced #eda48c #8ceda4

Analogous Colors of #a48ced

#a48ced #d58ced #8ca5ed

Monochromatic Colors of #a48ced

#a48ced

Complementary Color

#a48ced #d5ed8c

#a48ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48ced Color CSS Codes

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

#a48ced Text Font Color

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

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


#a48ced Background Color

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

This div background color is #a48ced


#a48ced Border Color

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

This div border color is #a48ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48ced


Comments

No comments written yet.

Please login to write comment.