Color Hex Logo

#9584ee Color Hex

#9584EE
(149,132,238)
0 Favorites   0 Comments

Color spaces of #9584ee

RGB 149132238
HSL0.690.760.73
HSV250°45°93°
CMYK 0.370.450.00   0.07
XYZ36.078329.065184.5975
Yxy29.06510.24090.1941
Hunter Lab53.912125.1073-55.2980
CIE-Lab60.839030.8228-51.3825

#9584ee color RGB value is (149,132,238).

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

The process color (four color CMYK) of #9584ee color hex is 0.37, 0.45, 0.00, 0.07. Web safe color of #9584ee is #9999ff. Color #9584ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 11101110
Octal 225 204 356
Decimal 149 132 238
Hex 95 84 EE

RGB Percentages of Color #9584ee

%28.71
%25.43
%45.86

CMYK Percentages of Color #9584ee

%37
%45
%0
%7

Triadic Colors of #9584ee

#9584ee #ee9584 #84ee95

Analogous Colors of #9584ee

#9584ee #ca84ee #84a8ee

Monochromatic Colors of #9584ee

#9584ee

Complementary Color

#9584ee #ddee84

#9584ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9584ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9584ee Color CSS Codes

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

#9584ee Text Font Color

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

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


#9584ee Background Color

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

This div background color is #9584ee


#9584ee Border Color

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

This div border color is #9584ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9584ee


Comments

No comments written yet.

Please login to write comment.