Color Hex Logo

#9d8cce Color Hex

#9D8CCE
(157,140,206)
1 Favorites   0 Comments

Color spaces of #9d8cce

RGB 157140206
HSL0.710.400.68
HSV255°32°81°
CMYK 0.240.320.00   0.19
XYZ34.423330.380562.4422
Yxy30.38050.27050.2388
Hunter Lab55.118515.0217-28.5850
CIE-Lab61.981120.2774-31.7134

#9d8cce color RGB value is (157,140,206).

#9d8cce hex color red value is 157, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9d8cce hue: 0.71 , saturation: 0.40 and the lightness value of 9d8cce is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10001100 11001110
Octal 235 214 316
Decimal 157 140 206
Hex 9D 8C CE

RGB Percentages of Color #9d8cce

%31.21
%27.83
%40.95

CMYK Percentages of Color #9d8cce

%24
%32
%0
%19

Triadic Colors of #9d8cce

#9d8cce #ce9d8c #8cce9d

Analogous Colors of #9d8cce

#9d8cce #be8cce #8c9cce

Monochromatic Colors of #9d8cce

#9d8cce

Complementary Color

#9d8cce #bdce8c

#9d8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d8cce Color CSS Codes

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

#9d8cce Text Font Color

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

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


#9d8cce Background Color

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

This div background color is #9d8cce


#9d8cce Border Color

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

This div border color is #9d8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d8cce

#9d8cce Color Palettes


Comments

No comments written yet.

Please login to write comment.