Color Hex Logo

#9378fc Color Hex

#9378FC
(147,120,252)
0 Favorites   0 Comments

Color spaces of #9378fc

RGB 147120252
HSL0.700.960.73
HSV252°52°99°
CMYK 0.420.520.00   0.01
XYZ36.319826.664395.3279
Yxy26.66430.22940.1684
Hunter Lab51.637535.1844-73.3090
CIE-Lab58.662341.0113-62.6020

#9378fc color RGB value is (147,120,252).

#9378fc hex color red value is 147, green value is 120 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9378fc hue: 0.70 , saturation: 0.96 and the lightness value of 9378fc is 0.73.

The process color (four color CMYK) of #9378fc color hex is 0.42, 0.52, 0.00, 0.01. Web safe color of #9378fc is #9966ff. Color #9378fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111000 11111100
Octal 223 170 374
Decimal 147 120 252
Hex 93 78 FC

RGB Percentages of Color #9378fc

%28.32
%23.12
%48.55

CMYK Percentages of Color #9378fc

%42
%52
%0
%1

Triadic Colors of #9378fc

#9378fc #fc9378 #78fc93

Analogous Colors of #9378fc

#9378fc #d578fc #789ffc

Monochromatic Colors of #9378fc

#9378fc

Complementary Color

#9378fc #e1fc78

#9378fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9378fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9378fc Color CSS Codes

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

#9378fc Text Font Color

<p style="color:#9378fc">Text here</p>

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


#9378fc Background Color

<div style="background-color:#9378fc">
Div content here</div>

This div background color is #9378fc


#9378fc Border Color

<div style="border:3px solid #9378fc">
Div here</div>

This div border color is #9378fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,120,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9378fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9378fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9378fc;
  box-shadow:         1px 1px 3px 2px #9378fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9378fc


Comments

No comments written yet.

Please login to write comment.