Color Hex Logo

#a48cec Color Hex

#A48CEC
(164,140,236)
0 Favorites   0 Comments

Color spaces of #a48cec

RGB 164140236
HSL0.710.720.74
HSV255°41°93°
CMYK 0.310.410.00   0.07
XYZ39.828232.704883.5704
Yxy32.70480.25510.2095
Hunter Lab57.188124.2357-46.6103
CIE-Lab63.921229.6694-45.3214

#a48cec color RGB value is (164,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001100 11101100
Octal 244 214 354
Decimal 164 140 236
Hex A4 8C EC

RGB Percentages of Color #a48cec

%30.37
%25.93
%43.70

CMYK Percentages of Color #a48cec

%31
%41
%0
%7

Triadic Colors of #a48cec

#a48cec #eca48c #8ceca4

Analogous Colors of #a48cec

#a48cec #d48cec #8ca4ec

Monochromatic Colors of #a48cec

#a48cec

Complementary Color

#a48cec #d4ec8c

#a48cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48cec Color CSS Codes

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

#a48cec Text Font Color

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

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


#a48cec Background Color

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

This div background color is #a48cec


#a48cec Border Color

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

This div border color is #a48cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48cec


Comments

No comments written yet.

Please login to write comment.