Color Hex Logo

#9f94df Color Hex

#9F94DF
(159,148,223)
0 Favorites   0 Comments

Color spaces of #9f94df

RGB 159148223
HSL0.690.540.73
HSV249°34°87°
CMYK 0.290.340.00   0.13
XYZ38.207333.878574.3375
Yxy33.87850.26090.2314
Hunter Lab58.205215.3125-34.9792
CIE-Lab64.866020.4506-36.6839

#9f94df color RGB value is (159,148,223).

#9f94df hex color red value is 159, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9f94df hue: 0.69 , saturation: 0.54 and the lightness value of 9f94df is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010100 11011111
Octal 237 224 337
Decimal 159 148 223
Hex 9F 94 DF

RGB Percentages of Color #9f94df

%30.00
%27.92
%42.08

CMYK Percentages of Color #9f94df

%29
%34
%0
%13

Triadic Colors of #9f94df

#9f94df #df9f94 #94df9f

Analogous Colors of #9f94df

#9f94df #c594df #94afdf

Monochromatic Colors of #9f94df

#9f94df

Complementary Color

#9f94df #d4df94

#9f94df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f94df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f94df Color CSS Codes

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

#9f94df Text Font Color

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

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


#9f94df Background Color

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

This div background color is #9f94df


#9f94df Border Color

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

This div border color is #9f94df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f94df


Comments

No comments written yet.

Please login to write comment.