Color Hex Logo

#9176dc Color Hex

#9176DC
(145,118,220)
0 Favorites   0 Comments

Color spaces of #9176dc

RGB 145118220
HSL0.710.590.66
HSV256°46°86°
CMYK 0.340.460.00   0.14
XYZ31.073824.143970.7326
Yxy24.14390.24670.1917
Hunter Lab49.136426.8943-50.9533
CIE-Lab56.231633.1036-48.6769

#9176dc color RGB value is (145,118,220).

#9176dc hex color red value is 145, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9176dc hue: 0.71 , saturation: 0.59 and the lightness value of 9176dc is 0.66.

The process color (four color CMYK) of #9176dc color hex is 0.34, 0.46, 0.00, 0.14. Web safe color of #9176dc is #9966cc. Color #9176dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 11011100
Octal 221 166 334
Decimal 145 118 220
Hex 91 76 DC

RGB Percentages of Color #9176dc

%30.02
%24.43
%45.55

CMYK Percentages of Color #9176dc

%34
%46
%0
%14

Triadic Colors of #9176dc

#9176dc #dc9176 #76dc91

Analogous Colors of #9176dc

#9176dc #c476dc #768edc

Monochromatic Colors of #9176dc

#9176dc

Complementary Color

#9176dc #c1dc76

#9176dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9176dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9176dc Color CSS Codes

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

#9176dc Text Font Color

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

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


#9176dc Background Color

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

This div background color is #9176dc


#9176dc Border Color

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

This div border color is #9176dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,118,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9176dc


Comments

No comments written yet.

Please login to write comment.