Color Hex Logo

#9359ed Color Hex

#9359ED
(147,89,237)
0 Favorites   0 Comments

Color spaces of #9359ed

RGB 14789237
HSL0.730.800.64
HSV264°62°93°
CMYK 0.380.620.00   0.07
XYZ30.891119.462282.2492
Yxy19.46220.23300.1468
Hunter Lab44.116047.7871-79.6582
CIE-Lab51.223654.0132-66.2436

#9359ed color RGB value is (147,89,237).

#9359ed hex color red value is 147, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9359ed hue: 0.73 , saturation: 0.80 and the lightness value of 9359ed is 0.64.

The process color (four color CMYK) of #9359ed color hex is 0.38, 0.62, 0.00, 0.07. Web safe color of #9359ed is #9966ff. Color #9359ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011001 11101101
Octal 223 131 355
Decimal 147 89 237
Hex 93 59 ED

RGB Percentages of Color #9359ed

%31.08
%18.82
%50.11

CMYK Percentages of Color #9359ed

%38
%62
%0
%7

Triadic Colors of #9359ed

#9359ed #ed9359 #59ed93

Analogous Colors of #9359ed

#9359ed #dd59ed #5969ed

Monochromatic Colors of #9359ed

#9359ed

Complementary Color

#9359ed #b3ed59

#9359ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9359ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9359ed Color CSS Codes

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

#9359ed Text Font Color

<p style="color:#9359ed">Text here</p>

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


#9359ed Background Color

<div style="background-color:#9359ed">
Div content here</div>

This div background color is #9359ed


#9359ed Border Color

<div style="border:3px solid #9359ed">
Div here</div>

This div border color is #9359ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,89,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9359ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9359ed;
  -webkit-box-shadow: 1px 1px 3px 2px #9359ed;
  box-shadow:         1px 1px 3px 2px #9359ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,89,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9359ed


Comments

No comments written yet.

Please login to write comment.