Color Hex Logo

#9f81bd Color Hex

#9F81BD
(159,129,189)
0 Favorites   0 Comments

Color spaces of #9f81bd

RGB 159129189
HSL0.750.310.62
HSV270°32°74°
CMYK 0.160.320.00   0.26
XYZ31.333626.745651.6551
Yxy26.74560.28550.2437
Hunter Lab51.716117.6457-23.0187
CIE-Lab58.738123.2569-27.1255

#9f81bd color RGB value is (159,129,189).

#9f81bd hex color red value is 159, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9f81bd hue: 0.75 , saturation: 0.31 and the lightness value of 9f81bd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10000001 10111101
Octal 237 201 275
Decimal 159 129 189
Hex 9F 81 BD

RGB Percentages of Color #9f81bd

%33.33
%27.04
%39.62

CMYK Percentages of Color #9f81bd

%16
%32
%0
%26

Triadic Colors of #9f81bd

#9f81bd #bd9f81 #81bd9f

Analogous Colors of #9f81bd

#9f81bd #bd81bd #8181bd

Monochromatic Colors of #9f81bd

#9f81bd

Complementary Color

#9f81bd #9fbd81

#9f81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f81bd Color CSS Codes

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

#9f81bd Text Font Color

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

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


#9f81bd Background Color

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

This div background color is #9f81bd


#9f81bd Border Color

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

This div border color is #9f81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f81bd


Comments

No comments written yet.

Please login to write comment.