Color Hex Logo

#a488ff Color Hex

#A488FF
(164,136,255)
0 Favorites   0 Comments

Color spaces of #a488ff

RGB 164136255
HSL0.711.000.77
HSV254°47°100°
CMYK 0.360.470.00   0.00
XYZ42.164032.720898.7012
Yxy32.72080.24290.1885
Hunter Lab57.202131.4697-62.2624
CIE-Lab63.934236.7891-55.7432

#a488ff color RGB value is (164,136,255).

#a488ff hex color red value is 164, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a488ff hue: 0.71 , saturation: 1.00 and the lightness value of a488ff is 0.77.

The process color (four color CMYK) of #a488ff color hex is 0.36, 0.47, 0.00, 0.00. Web safe color of #a488ff is #9999ff. Color #a488ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 11111111
Octal 244 210 377
Decimal 164 136 255
Hex A4 88 FF

RGB Percentages of Color #a488ff

%29.55
%24.50
%45.95

CMYK Percentages of Color #a488ff

%36
%47
%0
%0

Triadic Colors of #a488ff

#a488ff #ffa488 #88ffa4

Analogous Colors of #a488ff

#a488ff #e088ff #88a8ff

Monochromatic Colors of #a488ff

#a488ff

Complementary Color

#a488ff #e3ff88

#a488ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a488ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a488ff Color CSS Codes

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

#a488ff Text Font Color

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

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


#a488ff Background Color

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

This div background color is #a488ff


#a488ff Border Color

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

This div border color is #a488ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a488ff

Related Colors


Comments

No comments written yet.

Please login to write comment.