Color Hex Logo

#9361dc Color Hex

#9361DC
(147,97,220)
0 Favorites   0 Comments

Color spaces of #9361dc

RGB 14797220
HSL0.730.640.62
HSV264°56°86°
CMYK 0.330.560.00   0.14
XYZ29.225619.919770.0147
Yxy19.91970.24530.1672
Hunter Lab44.631538.7803-61.7679
CIE-Lab51.746345.4677-55.8221

#9361dc color RGB value is (147,97,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100001 11011100
Octal 223 141 334
Decimal 147 97 220
Hex 93 61 DC

RGB Percentages of Color #9361dc

%31.68
%20.91
%47.41

CMYK Percentages of Color #9361dc

%33
%56
%0
%14

Triadic Colors of #9361dc

#9361dc #dc9361 #61dc93

Analogous Colors of #9361dc

#9361dc #d161dc #616ddc

Monochromatic Colors of #9361dc

#9361dc

Complementary Color

#9361dc #aadc61

#9361dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9361dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9361dc Color CSS Codes

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

#9361dc Text Font Color

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

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


#9361dc Background Color

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

This div background color is #9361dc


#9361dc Border Color

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

This div border color is #9361dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9361dc


Comments

No comments written yet.

Please login to write comment.