Color Hex Logo

#917380 Color Hex

#917380
(145,115,128)
0 Favorites   0 Comments

Color spaces of #917380

RGB 145115128
HSL0.930.120.51
HSV334°21°57°
CMYK 0.000.210.12   0.43
XYZ21.704119.839723.1076
Yxy19.83970.33570.3069
Hunter Lab44.54189.03050.4205
CIE-Lab51.655513.9940-2.6493

#917380 color RGB value is (145,115,128).

#917380 hex color red value is 145, green value is 115 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #917380 hue: 0.93 , saturation: 0.12 and the lightness value of 917380 is 0.51.

The process color (four color CMYK) of #917380 color hex is 0.00, 0.21, 0.12, 0.43. Web safe color of #917380 is #996699. Color #917380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110011 10000000
Octal 221 163 200
Decimal 145 115 128
Hex 91 73 80

RGB Percentages of Color #917380

%37.37
%29.64
%32.99

CMYK Percentages of Color #917380

%0
%21
%12
%43

Triadic Colors of #917380

#917380 #809173 #738091

Analogous Colors of #917380

#917380 #917573 #91738f

Monochromatic Colors of #917380

#917380

Complementary Color

#917380 #739184

#917380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#917380 Color CSS Codes

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

#917380 Text Font Color

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

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


#917380 Background Color

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

This div background color is #917380


#917380 Border Color

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

This div border color is #917380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917380


Comments

No comments written yet.

Please login to write comment.