Color Hex Logo

#a488db Color Hex

#A488DB
(164,136,219)
0 Favorites   0 Comments

Color spaces of #a488db

RGB 164136219
HSL0.720.540.70
HSV260°38°86°
CMYK 0.250.380.00   0.14
XYZ36.900230.615370.9823
Yxy30.61530.26640.2211
Hunter Lab55.331122.2119-37.3293
CIE-Lab62.181527.7647-38.6219

#a488db color RGB value is (164,136,219).

#a488db hex color red value is 164, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a488db hue: 0.72 , saturation: 0.54 and the lightness value of a488db is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 11011011
Octal 244 210 333
Decimal 164 136 219
Hex A4 88 DB

RGB Percentages of Color #a488db

%31.60
%26.20
%42.20

CMYK Percentages of Color #a488db

%25
%38
%0
%14

Triadic Colors of #a488db

#a488db #dba488 #88dba4

Analogous Colors of #a488db

#a488db #ce88db #8896db

Monochromatic Colors of #a488db

#a488db

Complementary Color

#a488db #bfdb88

#a488db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a488db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a488db Color CSS Codes

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

#a488db Text Font Color

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

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


#a488db Background Color

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

This div background color is #a488db


#a488db Border Color

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

This div border color is #a488db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a488db


Comments

No comments written yet.

Please login to write comment.