Color Hex Logo

#9e6fbc Color Hex

#9E6FBC
(158,111,188)
0 Favorites   0 Comments

Color spaces of #9e6fbc

RGB 158111188
HSL0.770.360.59
HSV277°41°74°
CMYK 0.160.410.00   0.26
XYZ28.862122.268850.3541
Yxy22.26880.28440.2194
Hunter Lab47.189826.5914-30.2328
CIE-Lab54.311133.0078-33.4377

#9e6fbc color RGB value is (158,111,188).

#9e6fbc hex color red value is 158, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9e6fbc hue: 0.77 , saturation: 0.36 and the lightness value of 9e6fbc is 0.59.

The process color (four color CMYK) of #9e6fbc color hex is 0.16, 0.41, 0.00, 0.26. Web safe color of #9e6fbc is #9966cc. Color #9e6fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101111 10111100
Octal 236 157 274
Decimal 158 111 188
Hex 9E 6F BC

RGB Percentages of Color #9e6fbc

%34.57
%24.29
%41.14

CMYK Percentages of Color #9e6fbc

%16
%41
%0
%26

Triadic Colors of #9e6fbc

#9e6fbc #bc9e6f #6fbc9e

Analogous Colors of #9e6fbc

#9e6fbc #bc6fb4 #786fbc

Monochromatic Colors of #9e6fbc

#9e6fbc

Complementary Color

#9e6fbc #8dbc6f

#9e6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6fbc Color CSS Codes

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

#9e6fbc Text Font Color

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

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


#9e6fbc Background Color

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

This div background color is #9e6fbc


#9e6fbc Border Color

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

This div border color is #9e6fbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,111,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e6fbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e6fbc;
  -webkit-box-shadow: 1px 1px 3px 2px #9e6fbc;
  box-shadow:         1px 1px 3px 2px #9e6fbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,111,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 #9e6fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6fbc


Comments

No comments written yet.

Please login to write comment.