Color Hex Logo

#9f7ecb Color Hex

#9F7ECB
(159,126,203)
0 Favorites   0 Comments

Color spaces of #9f7ecb

RGB 159126203
HSL0.740.430.65
HSV266°38°80°
CMYK 0.220.380.00   0.20
XYZ32.538426.604459.9201
Yxy26.60440.27330.2234
Hunter Lab51.579522.3410-32.7719
CIE-Lab58.606428.1963-35.2640

#9f7ecb color RGB value is (159,126,203).

#9f7ecb hex color red value is 159, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9f7ecb hue: 0.74 , saturation: 0.43 and the lightness value of 9f7ecb is 0.65.

The process color (four color CMYK) of #9f7ecb color hex is 0.22, 0.38, 0.00, 0.20. Web safe color of #9f7ecb is #9966cc. Color #9f7ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01111110 11001011
Octal 237 176 313
Decimal 159 126 203
Hex 9F 7E CB

RGB Percentages of Color #9f7ecb

%32.58
%25.82
%41.60

CMYK Percentages of Color #9f7ecb

%22
%38
%0
%20

Triadic Colors of #9f7ecb

#9f7ecb #cb9f7e #7ecb9f

Analogous Colors of #9f7ecb

#9f7ecb #c67ecb #7e84cb

Monochromatic Colors of #9f7ecb

#9f7ecb

Complementary Color

#9f7ecb #aacb7e

#9f7ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f7ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f7ecb Color CSS Codes

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

#9f7ecb Text Font Color

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

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


#9f7ecb Background Color

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

This div background color is #9f7ecb


#9f7ecb Border Color

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

This div border color is #9f7ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f7ecb


Comments

No comments written yet.

Please login to write comment.