Color Hex Logo

#9584db Color Hex

#9584DB
(149,132,219)
0 Favorites   0 Comments

Color spaces of #9584db

RGB 149132219
HSL0.700.550.69
HSV252°40°86°
CMYK 0.320.400.00   0.14
XYZ33.431928.006670.6616
Yxy28.00660.25310.2120
Hunter Lab52.921320.1514-42.1204
CIE-Lab59.894725.8158-42.3032

#9584db color RGB value is (149,132,219).

#9584db hex color red value is 149, green value is 132 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9584db hue: 0.70 , saturation: 0.55 and the lightness value of 9584db is 0.69.

The process color (four color CMYK) of #9584db color hex is 0.32, 0.40, 0.00, 0.14. Web safe color of #9584db is #9999cc. Color #9584db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 11011011
Octal 225 204 333
Decimal 149 132 219
Hex 95 84 DB

RGB Percentages of Color #9584db

%29.80
%26.40
%43.80

CMYK Percentages of Color #9584db

%32
%40
%0
%14

Triadic Colors of #9584db

#9584db #db9584 #84db95

Analogous Colors of #9584db

#9584db #c184db #849fdb

Monochromatic Colors of #9584db

#9584db

Complementary Color

#9584db #cadb84

#9584db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9584db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9584db Color CSS Codes

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

#9584db Text Font Color

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

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


#9584db Background Color

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

This div background color is #9584db


#9584db Border Color

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

This div border color is #9584db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,132,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9584db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9584db;
  -webkit-box-shadow: 1px 1px 3px 2px #9584db;
  box-shadow:         1px 1px 3px 2px #9584db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,132,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 #9584db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9584db


Comments

No comments written yet.

Please login to write comment.