Color Hex Logo

#9f94cc Color Hex

#9F94CC
(159,148,204)
0 Favorites   0 Comments

Color spaces of #9f94cc

RGB 159148204
HSL0.700.350.69
HSV252°27°80°
CMYK 0.220.270.00   0.20
XYZ35.787132.910461.5929
Yxy32.91040.27470.2526
Hunter Lab57.367610.9588-23.4996
CIE-Lab64.088315.8407-27.3236

#9f94cc color RGB value is (159,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10010100 11001100
Octal 237 224 314
Decimal 159 148 204
Hex 9F 94 CC

RGB Percentages of Color #9f94cc

%31.12
%28.96
%39.92

CMYK Percentages of Color #9f94cc

%22
%27
%0
%20

Triadic Colors of #9f94cc

#9f94cc #cc9f94 #94cc9f

Analogous Colors of #9f94cc

#9f94cc #bb94cc #94a5cc

Monochromatic Colors of #9f94cc

#9f94cc

Complementary Color

#9f94cc #c1cc94

#9f94cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f94cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f94cc Color CSS Codes

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

#9f94cc Text Font Color

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

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


#9f94cc Background Color

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

This div background color is #9f94cc


#9f94cc Border Color

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

This div border color is #9f94cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f94cc


Comments

No comments written yet.

Please login to write comment.