Color Hex Logo

#9361dd Color Hex

#9361DD
(147,97,221)
0 Favorites   0 Comments

Color spaces of #9361dd

RGB 14797221
HSL0.730.650.62
HSV264°56°87°
CMYK 0.330.560.00   0.13
XYZ29.358519.972970.7144
Yxy19.97290.24460.1664
Hunter Lab44.691139.0511-62.5305
CIE-Lab51.806645.7188-56.2914

#9361dd color RGB value is (147,97,221).

#9361dd hex color red value is 147, green value is 97 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9361dd hue: 0.73 , saturation: 0.65 and the lightness value of 9361dd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100001 11011101
Octal 223 141 335
Decimal 147 97 221
Hex 93 61 DD

RGB Percentages of Color #9361dd

%31.61
%20.86
%47.53

CMYK Percentages of Color #9361dd

%33
%56
%0
%13

Triadic Colors of #9361dd

#9361dd #dd9361 #61dd93

Analogous Colors of #9361dd

#9361dd #d161dd #616ddd

Monochromatic Colors of #9361dd

#9361dd

Complementary Color

#9361dd #abdd61

#9361dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9361dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9361dd Color CSS Codes

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

#9361dd Text Font Color

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

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


#9361dd Background Color

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

This div background color is #9361dd


#9361dd Border Color

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

This div border color is #9361dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,97,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 #9361dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9361dd


Comments

No comments written yet.

Please login to write comment.