Color Hex Logo

#9f6ebc Color Hex

#9F6EBC
(159,110,188)
0 Favorites   0 Comments

Color spaces of #9f6ebc

RGB 159110188
HSL0.770.370.58
HSV278°41°74°
CMYK 0.150.410.00   0.26
XYZ28.951122.153650.3271
Yxy22.15360.28540.2184
Hunter Lab47.067627.4263-30.4486
CIE-Lab54.189633.8764-33.6194

#9f6ebc color RGB value is (159,110,188).

#9f6ebc hex color red value is 159, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9f6ebc hue: 0.77 , saturation: 0.37 and the lightness value of 9f6ebc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 01101110 10111100
Octal 237 156 274
Decimal 159 110 188
Hex 9F 6E BC

RGB Percentages of Color #9f6ebc

%34.79
%24.07
%41.14

CMYK Percentages of Color #9f6ebc

%15
%41
%0
%26

Triadic Colors of #9f6ebc

#9f6ebc #bc9f6e #6ebc9f

Analogous Colors of #9f6ebc

#9f6ebc #bc6eb2 #786ebc

Monochromatic Colors of #9f6ebc

#9f6ebc

Complementary Color

#9f6ebc #8bbc6e

#9f6ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f6ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f6ebc Color CSS Codes

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

#9f6ebc Text Font Color

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

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


#9f6ebc Background Color

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

This div background color is #9f6ebc


#9f6ebc Border Color

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

This div border color is #9f6ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f6ebc


Comments

No comments written yet.

Please login to write comment.