Color Hex Logo

#917ebc Color Hex

#917EBC
(145,126,188)
0 Favorites   0 Comments

Color spaces of #917ebc

RGB 145126188
HSL0.720.320.62
HSV258°33°74°
CMYK 0.230.330.00   0.26
XYZ28.215024.572350.8328
Yxy24.57230.27230.2371
Hunter Lab49.570514.8521-26.1005
CIE-Lab56.656320.3683-29.8827

#917ebc color RGB value is (145,126,188).

#917ebc hex color red value is 145, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #917ebc hue: 0.72 , saturation: 0.32 and the lightness value of 917ebc is 0.62.

The process color (four color CMYK) of #917ebc color hex is 0.23, 0.33, 0.00, 0.26. Web safe color of #917ebc is #9966cc. Color #917ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111110 10111100
Octal 221 176 274
Decimal 145 126 188
Hex 91 7E BC

RGB Percentages of Color #917ebc

%31.59
%27.45
%40.96

CMYK Percentages of Color #917ebc

%23
%33
%0
%26

Triadic Colors of #917ebc

#917ebc #bc917e #7ebc91

Analogous Colors of #917ebc

#917ebc #b07ebc #7e8abc

Monochromatic Colors of #917ebc

#917ebc

Complementary Color

#917ebc #a9bc7e

#917ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#917ebc Color CSS Codes

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

#917ebc Text Font Color

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

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


#917ebc Background Color

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

This div background color is #917ebc


#917ebc Border Color

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

This div border color is #917ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,126,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #917ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #917ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #917ebc;
  box-shadow:         1px 1px 3px 2px #917ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917ebc


Comments

No comments written yet.

Please login to write comment.