Color Hex Logo

#a958db Color Hex

#A958DB
(169,88,219)
0 Favorites   0 Comments

Color spaces of #a958db

RGB 16988219
HSL0.770.650.60
HSV277°60°86°
CMYK 0.230.600.00   0.14
XYZ32.638120.528969.2601
Yxy20.52890.26660.1677
Hunter Lab45.308849.2916-58.9159
CIE-Lab52.430055.1754-54.0209

#a958db color RGB value is (169,88,219).

#a958db hex color red value is 169, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a958db hue: 0.77 , saturation: 0.65 and the lightness value of a958db is 0.60.

The process color (four color CMYK) of #a958db color hex is 0.23, 0.60, 0.00, 0.14. Web safe color of #a958db is #9966cc. Color #a958db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011000 11011011
Octal 251 130 333
Decimal 169 88 219
Hex A9 58 DB

RGB Percentages of Color #a958db

%35.50
%18.49
%46.01

CMYK Percentages of Color #a958db

%23
%60
%0
%14

Triadic Colors of #a958db

#a958db #dba958 #58dba9

Analogous Colors of #a958db

#a958db #db58cc #6858db

Monochromatic Colors of #a958db

#a958db

Complementary Color

#a958db #8adb58

#a958db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a958db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a958db Color CSS Codes

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

#a958db Text Font Color

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

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


#a958db Background Color

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

This div background color is #a958db


#a958db Border Color

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

This div border color is #a958db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,88,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 #a958db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a958db


Comments

No comments written yet.

Please login to write comment.