Color Hex Logo

#9583ec Color Hex

#9583EC
(149,131,236)
0 Favorites   0 Comments

Color spaces of #9583ec

RGB 149131236
HSL0.700.730.72
HSV250°44°93°
CMYK 0.370.440.00   0.07
XYZ35.651028.678383.0133
Yxy28.67830.24200.1946
Hunter Lab53.552125.1157-54.4213
CIE-Lab60.496730.8637-50.8179

#9583ec color RGB value is (149,131,236).

#9583ec hex color red value is 149, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9583ec hue: 0.70 , saturation: 0.73 and the lightness value of 9583ec is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000011 11101100
Octal 225 203 354
Decimal 149 131 236
Hex 95 83 EC

RGB Percentages of Color #9583ec

%28.88
%25.39
%45.74

CMYK Percentages of Color #9583ec

%37
%44
%0
%7

Triadic Colors of #9583ec

#9583ec #ec9583 #83ec95

Analogous Colors of #9583ec

#9583ec #ca83ec #83a6ec

Monochromatic Colors of #9583ec

#9583ec

Complementary Color

#9583ec #daec83

#9583ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9583ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9583ec Color CSS Codes

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

#9583ec Text Font Color

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

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


#9583ec Background Color

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

This div background color is #9583ec


#9583ec Border Color

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

This div border color is #9583ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,131,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9583ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9583ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9583ec;
  box-shadow:         1px 1px 3px 2px #9583ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9583ec


Comments

No comments written yet.

Please login to write comment.