Color Hex Logo

#9364ff Color Hex

#9364FF
(147,100,255)
0 Favorites   0 Comments

Color spaces of #9364ff

RGB 147100255
HSL0.721.000.70
HSV258°61°100°
CMYK 0.420.610.00   0.00
XYZ34.639822.537497.1322
Yxy22.53740.22450.1461
Hunter Lab47.473647.1664-88.0774
CIE-Lab54.592652.8701-70.8183

#9364ff color RGB value is (147,100,255).

#9364ff hex color red value is 147, green value is 100 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9364ff hue: 0.72 , saturation: 1.00 and the lightness value of 9364ff is 0.70.

The process color (four color CMYK) of #9364ff color hex is 0.42, 0.61, 0.00, 0.00. Web safe color of #9364ff is #9966ff. Color #9364ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100100 11111111
Octal 223 144 377
Decimal 147 100 255
Hex 93 64 FF

RGB Percentages of Color #9364ff

%29.28
%19.92
%50.80

CMYK Percentages of Color #9364ff

%42
%61
%0
%0

Triadic Colors of #9364ff

#9364ff #ff9364 #64ff93

Analogous Colors of #9364ff

#9364ff #e164ff #6483ff

Monochromatic Colors of #9364ff

#9364ff

Complementary Color

#9364ff #d0ff64

#9364ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9364ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9364ff Color CSS Codes

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

#9364ff Text Font Color

<p style="color:#9364ff">Text here</p>

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


#9364ff Background Color

<div style="background-color:#9364ff">
Div content here</div>

This div background color is #9364ff


#9364ff Border Color

<div style="border:3px solid #9364ff">
Div here</div>

This div border color is #9364ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,100,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9364ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9364ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9364ff;
  box-shadow:         1px 1px 3px 2px #9364ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9364ff

Related Colors


Comments

No comments written yet.

Please login to write comment.