Color Hex Logo

#9584dc Color Hex

#9584DC
(149,132,220)
0 Favorites   0 Comments

Color spaces of #9584dc

RGB 149132220
HSL0.700.560.69
HSV252°40°86°
CMYK 0.320.400.00   0.14
XYZ33.564028.059471.3571
Yxy28.05940.25240.2110
Hunter Lab52.971120.4032-42.7894
CIE-Lab59.942426.0746-42.7872

#9584dc color RGB value is (149,132,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 11011100
Octal 225 204 334
Decimal 149 132 220
Hex 95 84 DC

RGB Percentages of Color #9584dc

%29.74
%26.35
%43.91

CMYK Percentages of Color #9584dc

%32
%40
%0
%14

Triadic Colors of #9584dc

#9584dc #dc9584 #84dc95

Analogous Colors of #9584dc

#9584dc #c184dc #849fdc

Monochromatic Colors of #9584dc

#9584dc

Complementary Color

#9584dc #cbdc84

#9584dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9584dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9584dc Color CSS Codes

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

#9584dc Text Font Color

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

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


#9584dc Background Color

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

This div background color is #9584dc


#9584dc Border Color

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

This div border color is #9584dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,132,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9584dc


Comments

No comments written yet.

Please login to write comment.