Color Hex Logo

#9364fe Color Hex

#9364FE
(147,100,254)
0 Favorites   0 Comments

Color spaces of #9364fe

RGB 147100254
HSL0.720.990.69
HSV258°61°100°
CMYK 0.420.610.00   0.00
XYZ34.479222.473196.2864
Yxy22.47310.22500.1467
Hunter Lab47.405846.8665-87.2405
CIE-Lab54.525452.6070-70.3737

#9364fe color RGB value is (147,100,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100100 11111110
Octal 223 144 376
Decimal 147 100 254
Hex 93 64 FE

RGB Percentages of Color #9364fe

%29.34
%19.96
%50.70

CMYK Percentages of Color #9364fe

%42
%61
%0
%0

Triadic Colors of #9364fe

#9364fe #fe9364 #64fe93

Analogous Colors of #9364fe

#9364fe #e064fe #6482fe

Monochromatic Colors of #9364fe

#9364fe

Complementary Color

#9364fe #cffe64

#9364fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9364fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9364fe Color CSS Codes

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

#9364fe Text Font Color

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

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


#9364fe Background Color

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

This div background color is #9364fe


#9364fe Border Color

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

This div border color is #9364fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9364fe

Related Colors


Comments

No comments written yet.

Please login to write comment.