Color Hex Logo

#9176fb Color Hex

#9176FB
(145,118,251)
0 Favorites   0 Comments

Color spaces of #9176fb

RGB 145118251
HSL0.700.940.72
HSV252°53°98°
CMYK 0.420.530.00   0.02
XYZ35.568125.941694.3994
Yxy25.94160.22810.1664
Hunter Lab50.932935.5198-74.2355
CIE-Lab57.981641.4248-63.1524

#9176fb color RGB value is (145,118,251).

#9176fb hex color red value is 145, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9176fb hue: 0.70 , saturation: 0.94 and the lightness value of 9176fb is 0.72.

The process color (four color CMYK) of #9176fb color hex is 0.42, 0.53, 0.00, 0.02. Web safe color of #9176fb is #9966ff. Color #9176fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 11111011
Octal 221 166 373
Decimal 145 118 251
Hex 91 76 FB

RGB Percentages of Color #9176fb

%28.21
%22.96
%48.83

CMYK Percentages of Color #9176fb

%42
%53
%0
%2

Triadic Colors of #9176fb

#9176fb #fb9176 #76fb91

Analogous Colors of #9176fb

#9176fb #d476fb #769efb

Monochromatic Colors of #9176fb

#9176fb

Complementary Color

#9176fb #e0fb76

#9176fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9176fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9176fb Color CSS Codes

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

#9176fb Text Font Color

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

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


#9176fb Background Color

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

This div background color is #9176fb


#9176fb Border Color

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

This div border color is #9176fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,118,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 #9176fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9176fb


Comments

No comments written yet.

Please login to write comment.