Color Hex Logo

#9584da Color Hex

#9584DA
(149,132,218)
0 Favorites   0 Comments

Color spaces of #9584da

RGB 149132218
HSL0.700.540.69
HSV252°39°85°
CMYK 0.320.390.00   0.15
XYZ33.300627.954069.9702
Yxy27.95400.25380.2130
Hunter Lab52.871519.9012-41.4543
CIE-Lab59.847225.5581-41.8185

#9584da color RGB value is (149,132,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 11011010
Octal 225 204 332
Decimal 149 132 218
Hex 95 84 DA

RGB Percentages of Color #9584da

%29.86
%26.45
%43.69

CMYK Percentages of Color #9584da

%32
%39
%0
%15

Triadic Colors of #9584da

#9584da #da9584 #84da95

Analogous Colors of #9584da

#9584da #c084da #849eda

Monochromatic Colors of #9584da

#9584da

Complementary Color

#9584da #c9da84

#9584da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9584da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9584da Color CSS Codes

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

#9584da Text Font Color

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

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


#9584da Background Color

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

This div background color is #9584da


#9584da Border Color

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

This div border color is #9584da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9584da


Comments

No comments written yet.

Please login to write comment.