Color Hex Logo

#9359cd Color Hex

#9359CD
(147,89,205)
0 Favorites   0 Comments

Color spaces of #9359cd

RGB 14789205
HSL0.750.540.58
HSV270°57°80°
CMYK 0.280.570.00   0.20
XYZ26.624417.755659.7815
Yxy17.75560.25560.1705
Hunter Lab42.137439.0443-54.6202
CIE-Lab49.198346.1254-51.3583

#9359cd color RGB value is (147,89,205).

#9359cd hex color red value is 147, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9359cd hue: 0.75 , saturation: 0.54 and the lightness value of 9359cd is 0.58.

The process color (four color CMYK) of #9359cd color hex is 0.28, 0.57, 0.00, 0.20. Web safe color of #9359cd is #9966cc. Color #9359cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011001 11001101
Octal 223 131 315
Decimal 147 89 205
Hex 93 59 CD

RGB Percentages of Color #9359cd

%33.33
%20.18
%46.49

CMYK Percentages of Color #9359cd

%28
%57
%0
%20

Triadic Colors of #9359cd

#9359cd #cd9359 #59cd93

Analogous Colors of #9359cd

#9359cd #cd59cd #5959cd

Monochromatic Colors of #9359cd

#9359cd

Complementary Color

#9359cd #93cd59

#9359cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9359cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9359cd Color CSS Codes

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

#9359cd Text Font Color

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

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


#9359cd Background Color

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

This div background color is #9359cd


#9359cd Border Color

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

This div border color is #9359cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9359cd


Comments

No comments written yet.

Please login to write comment.