Color Hex Logo

#a48ece Color Hex

#A48ECE
(164,142,206)
0 Favorites   0 Comments

Color spaces of #a48ece

RGB 164142206
HSL0.720.400.68
HSV261°31°81°
CMYK 0.200.310.00   0.19
XYZ36.123431.694762.6063
Yxy31.69470.27700.2430
Hunter Lab56.298016.0122-26.5249
CIE-Lab63.089821.2722-29.9474

#a48ece color RGB value is (164,142,206).

#a48ece hex color red value is 164, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a48ece hue: 0.72 , saturation: 0.40 and the lightness value of a48ece is 0.68.

The process color (four color CMYK) of #a48ece color hex is 0.20, 0.31, 0.00, 0.19. Web safe color of #a48ece is #9999cc. Color #a48ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001110 11001110
Octal 244 216 316
Decimal 164 142 206
Hex A4 8E CE

RGB Percentages of Color #a48ece

%32.03
%27.73
%40.23

CMYK Percentages of Color #a48ece

%20
%31
%0
%19

Triadic Colors of #a48ece

#a48ece #cea48e #8ecea4

Analogous Colors of #a48ece

#a48ece #c48ece #8e98ce

Monochromatic Colors of #a48ece

#a48ece

Complementary Color

#a48ece #b8ce8e

#a48ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48ece Color CSS Codes

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

#a48ece Text Font Color

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

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


#a48ece Background Color

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

This div background color is #a48ece


#a48ece Border Color

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

This div border color is #a48ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48ece


Comments

No comments written yet.

Please login to write comment.