Color Hex Logo

#9359dd Color Hex

#9359DD
(147,89,221)
0 Favorites   0 Comments

Color spaces of #9359dd

RGB 14789221
HSL0.740.660.61
HSV266°60°87°
CMYK 0.330.600.00   0.13
XYZ28.656118.568370.4803
Yxy18.56830.24350.1578
Hunter Lab43.091043.2959-66.8121
CIE-Lab50.178350.0200-58.9074

#9359dd color RGB value is (147,89,221).

#9359dd hex color red value is 147, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9359dd hue: 0.74 , saturation: 0.66 and the lightness value of 9359dd is 0.61.

The process color (four color CMYK) of #9359dd color hex is 0.33, 0.60, 0.00, 0.13. Web safe color of #9359dd is #9966cc. Color #9359dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011001 11011101
Octal 223 131 335
Decimal 147 89 221
Hex 93 59 DD

RGB Percentages of Color #9359dd

%32.17
%19.47
%48.36

CMYK Percentages of Color #9359dd

%33
%60
%0
%13

Triadic Colors of #9359dd

#9359dd #dd9359 #59dd93

Analogous Colors of #9359dd

#9359dd #d559dd #5961dd

Monochromatic Colors of #9359dd

#9359dd

Complementary Color

#9359dd #a3dd59

#9359dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9359dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9359dd Color CSS Codes

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

#9359dd Text Font Color

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

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


#9359dd Background Color

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

This div background color is #9359dd


#9359dd Border Color

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

This div border color is #9359dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9359dd


Comments

No comments written yet.

Please login to write comment.