Color Hex Logo

#9380fb Color Hex

#9380FB
(147,128,251)
0 Favorites   0 Comments

Color spaces of #9380fb

RGB 147128251
HSL0.690.940.74
HSV249°49°98°
CMYK 0.410.490.00   0.02
XYZ37.164428.606494.8296
Yxy28.60640.23140.1781
Hunter Lab53.485030.4333-67.6826
CIE-Lab60.432736.1713-59.2157

#9380fb color RGB value is (147,128,251).

#9380fb hex color red value is 147, green value is 128 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9380fb hue: 0.69 , saturation: 0.94 and the lightness value of 9380fb is 0.74.

The process color (four color CMYK) of #9380fb color hex is 0.41, 0.49, 0.00, 0.02. Web safe color of #9380fb is #9999ff. Color #9380fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000000 11111011
Octal 223 200 373
Decimal 147 128 251
Hex 93 80 FB

RGB Percentages of Color #9380fb

%27.95
%24.33
%47.72

CMYK Percentages of Color #9380fb

%41
%49
%0
%2

Triadic Colors of #9380fb

#9380fb #fb9380 #80fb93

Analogous Colors of #9380fb

#9380fb #d180fb #80abfb

Monochromatic Colors of #9380fb

#9380fb

Complementary Color

#9380fb #e8fb80

#9380fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9380fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9380fb Color CSS Codes

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

#9380fb Text Font Color

<p style="color:#9380fb">Text here</p>

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


#9380fb Background Color

<div style="background-color:#9380fb">
Div content here</div>

This div background color is #9380fb


#9380fb Border Color

<div style="border:3px solid #9380fb">
Div here</div>

This div border color is #9380fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,128,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9380fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9380fb;
  -webkit-box-shadow: 1px 1px 3px 2px #9380fb;
  box-shadow:         1px 1px 3px 2px #9380fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9380fb


Comments

No comments written yet.

Please login to write comment.