Color Hex Logo

#917496 Color Hex

#917496
(145,116,150)
0 Favorites   0 Comments

Color spaces of #917496

RGB 145116150
HSL0.810.140.52
HSV291°23°59°
CMYK 0.030.230.00   0.41
XYZ23.427520.712531.6173
Yxy20.71250.30920.2734
Hunter Lab45.511012.2415-9.3321
CIE-Lab52.633417.6628-14.1063

#917496 color RGB value is (145,116,150).

#917496 hex color red value is 145, green value is 116 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #917496 hue: 0.81 , saturation: 0.14 and the lightness value of 917496 is 0.52.

The process color (four color CMYK) of #917496 color hex is 0.03, 0.23, 0.00, 0.41. Web safe color of #917496 is #996699. Color #917496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110100 10010110
Octal 221 164 226
Decimal 145 116 150
Hex 91 74 96

RGB Percentages of Color #917496

%35.28
%28.22
%36.50

CMYK Percentages of Color #917496

%3
%23
%0
%41

Triadic Colors of #917496

#917496 #969174 #749691

Analogous Colors of #917496

#917496 #96748a #807496

Monochromatic Colors of #917496

#917496

Complementary Color

#917496 #799674

#917496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#917496 Color CSS Codes

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

#917496 Text Font Color

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

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


#917496 Background Color

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

This div background color is #917496


#917496 Border Color

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

This div border color is #917496


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,116,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #917496; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #917496;
  -webkit-box-shadow: 1px 1px 3px 2px #917496;
  box-shadow:         1px 1px 3px 2px #917496; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917496


Comments

No comments written yet.

Please login to write comment.