Color Hex Logo

#9176ee Color Hex

#9176EE
(145,118,238)
0 Favorites   0 Comments

Color spaces of #9176ee

RGB 145118238
HSL0.700.780.70
HSV254°50°93°
CMYK 0.390.500.00   0.07
XYZ33.588125.149783.9730
Yxy25.14970.23540.1762
Hunter Lab50.149531.7905-64.1738
CIE-Lab57.221037.8892-57.1670

#9176ee color RGB value is (145,118,238).

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

The process color (four color CMYK) of #9176ee color hex is 0.39, 0.50, 0.00, 0.07. Web safe color of #9176ee is #9966ff. Color #9176ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 11101110
Octal 221 166 356
Decimal 145 118 238
Hex 91 76 EE

RGB Percentages of Color #9176ee

%28.94
%23.55
%47.50

CMYK Percentages of Color #9176ee

%39
%50
%0
%7

Triadic Colors of #9176ee

#9176ee #ee9176 #76ee91

Analogous Colors of #9176ee

#9176ee #cd76ee #7697ee

Monochromatic Colors of #9176ee

#9176ee

Complementary Color

#9176ee #d3ee76

#9176ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9176ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9176ee Color CSS Codes

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

#9176ee Text Font Color

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

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


#9176ee Background Color

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

This div background color is #9176ee


#9176ee Border Color

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

This div border color is #9176ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9176ee


Comments

No comments written yet.

Please login to write comment.