Color Hex Logo

#9f8edd Color Hex

#9F8EDD
(159,142,221)
0 Favorites   0 Comments

Color spaces of #9f8edd

RGB 159142221
HSL0.700.540.71
HSV253°36°87°
CMYK 0.280.360.00   0.13
XYZ37.022231.937472.6199
Yxy31.93740.26150.2256
Hunter Lab56.513218.0386-36.6289
CIE-Lab63.291123.3835-38.0323

#9f8edd color RGB value is (159,142,221).

#9f8edd hex color red value is 159, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9f8edd hue: 0.70 , saturation: 0.54 and the lightness value of 9f8edd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10001110 11011101
Octal 237 216 335
Decimal 159 142 221
Hex 9F 8E DD

RGB Percentages of Color #9f8edd

%30.46
%27.20
%42.34

CMYK Percentages of Color #9f8edd

%28
%36
%0
%13

Triadic Colors of #9f8edd

#9f8edd #dd9f8e #8edd9f

Analogous Colors of #9f8edd

#9f8edd #c78edd #8ea5dd

Monochromatic Colors of #9f8edd

#9f8edd

Complementary Color

#9f8edd #ccdd8e

#9f8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f8edd Color CSS Codes

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

#9f8edd Text Font Color

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

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


#9f8edd Background Color

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

This div background color is #9f8edd


#9f8edd Border Color

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

This div border color is #9f8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f8edd


Comments

No comments written yet.

Please login to write comment.