Color Hex Logo

#a488bf Color Hex

#A488BF
(164,136,191)
0 Favorites   0 Comments

Color spaces of #a488bf

RGB 164136191
HSL0.750.300.64
HSV271°29°75°
CMYK 0.140.290.00   0.25
XYZ33.518029.262453.1718
Yxy29.26240.28910.2524
Hunter Lab54.094715.9358-20.4121
CIE-Lab61.012521.3004-24.7161

#a488bf color RGB value is (164,136,191).

#a488bf hex color red value is 164, green value is 136 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a488bf hue: 0.75 , saturation: 0.30 and the lightness value of a488bf is 0.64.

The process color (four color CMYK) of #a488bf color hex is 0.14, 0.29, 0.00, 0.25. Web safe color of #a488bf is #9999cc. Color #a488bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 10111111
Octal 244 210 277
Decimal 164 136 191
Hex A4 88 BF

RGB Percentages of Color #a488bf

%33.40
%27.70
%38.90

CMYK Percentages of Color #a488bf

%14
%29
%0
%25

Triadic Colors of #a488bf

#a488bf #bfa488 #88bfa4

Analogous Colors of #a488bf

#a488bf #bf88bf #8988bf

Monochromatic Colors of #a488bf

#a488bf

Complementary Color

#a488bf #a3bf88

#a488bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a488bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a488bf Color CSS Codes

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

#a488bf Text Font Color

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

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


#a488bf Background Color

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

This div background color is #a488bf


#a488bf Border Color

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

This div border color is #a488bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a488bf


Comments

No comments written yet.

Please login to write comment.