Color Hex Logo

#9375fe Color Hex

#9375FE
(147,117,254)
0 Favorites   0 Comments

Color spaces of #9375fe

RGB 147117254
HSL0.700.990.73
HSV253°54°100°
CMYK 0.420.540.00   0.00
XYZ36.283326.081496.8878
Yxy26.08140.22780.1638
Hunter Lab51.070037.4452-76.7336
CIE-Lab58.114243.2520-64.5849

#9375fe color RGB value is (147,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110101 11111110
Octal 223 165 376
Decimal 147 117 254
Hex 93 75 FE

RGB Percentages of Color #9375fe

%28.38
%22.59
%49.03

CMYK Percentages of Color #9375fe

%42
%54
%0
%0

Triadic Colors of #9375fe

#9375fe #fe9375 #75fe93

Analogous Colors of #9375fe

#9375fe #d875fe #759cfe

Monochromatic Colors of #9375fe

#9375fe

Complementary Color

#9375fe #e0fe75

#9375fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9375fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9375fe Color CSS Codes

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

#9375fe Text Font Color

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

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


#9375fe Background Color

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

This div background color is #9375fe


#9375fe Border Color

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

This div border color is #9375fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9375fe

Related Colors


Comments

No comments written yet.

Please login to write comment.