Color Hex Logo

#9f81cb Color Hex

#9F81CB
(159,129,203)
0 Favorites   0 Comments

Color spaces of #9f81cb

RGB 159129203
HSL0.730.420.65
HSV264°36°80°
CMYK 0.220.360.00   0.20
XYZ32.927827.383260.0499
Yxy27.38320.27360.2275
Hunter Lab52.329020.7448-31.4077
CIE-Lab59.327426.4783-34.1392

#9f81cb color RGB value is (159,129,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10000001 11001011
Octal 237 201 313
Decimal 159 129 203
Hex 9F 81 CB

RGB Percentages of Color #9f81cb

%32.38
%26.27
%41.34

CMYK Percentages of Color #9f81cb

%22
%36
%0
%20

Triadic Colors of #9f81cb

#9f81cb #cb9f81 #81cb9f

Analogous Colors of #9f81cb

#9f81cb #c481cb #8188cb

Monochromatic Colors of #9f81cb

#9f81cb

Complementary Color

#9f81cb #adcb81

#9f81cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f81cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f81cb Color CSS Codes

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

#9f81cb Text Font Color

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

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


#9f81cb Background Color

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

This div background color is #9f81cb


#9f81cb Border Color

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

This div border color is #9f81cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f81cb


Comments

No comments written yet.

Please login to write comment.