Color Hex Logo

#9d95be Color Hex

#9D95BE
(157,149,190)
0 Favorites   0 Comments

Color spaces of #9d95be

RGB 157149190
HSL0.700.240.66
HSV252°22°75°
CMYK 0.170.220.00   0.25
XYZ33.946332.380753.1761
Yxy32.38070.28410.2710
Hunter Lab56.90406.9027-15.5729
CIE-Lab63.656311.4031-20.1621

#9d95be color RGB value is (157,149,190).

#9d95be hex color red value is 157, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9d95be hue: 0.70 , saturation: 0.24 and the lightness value of 9d95be is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010101 10111110
Octal 235 225 276
Decimal 157 149 190
Hex 9D 95 BE

RGB Percentages of Color #9d95be

%31.65
%30.04
%38.31

CMYK Percentages of Color #9d95be

%17
%22
%0
%25

Triadic Colors of #9d95be

#9d95be #be9d95 #95be9d

Analogous Colors of #9d95be

#9d95be #b295be #95a2be

Monochromatic Colors of #9d95be

#9d95be

Complementary Color

#9d95be #b6be95

#9d95be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d95be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d95be Color CSS Codes

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

#9d95be Text Font Color

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

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


#9d95be Background Color

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

This div background color is #9d95be


#9d95be Border Color

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

This div border color is #9d95be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,149,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d95be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d95be;
  -webkit-box-shadow: 1px 1px 3px 2px #9d95be;
  box-shadow:         1px 1px 3px 2px #9d95be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,149,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d95be


Comments

No comments written yet.

Please login to write comment.