Color Hex Logo

#9d1ebc Color Hex

#9D1EBC
(157,30,188)
0 Favorites   0 Comments

Color spaces of #9d1ebc

RGB 15730188
HSL0.800.720.43
HSV288°84°74°
CMYK 0.160.840.00   0.26
XYZ23.446011.727548.6048
Yxy11.72750.27990.1400
Hunter Lab34.245462.2798-60.1789
CIE-Lab40.779768.8388-54.9555

#9d1ebc color RGB value is (157,30,188).

#9d1ebc hex color red value is 157, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9d1ebc hue: 0.80 , saturation: 0.72 and the lightness value of 9d1ebc is 0.43.

The process color (four color CMYK) of #9d1ebc color hex is 0.16, 0.84, 0.00, 0.26. Web safe color of #9d1ebc is #9933cc. Color #9d1ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00011110 10111100
Octal 235 36 274
Decimal 157 30 188
Hex 9D 1E BC

RGB Percentages of Color #9d1ebc

%41.87
%8.00
%50.13

CMYK Percentages of Color #9d1ebc

%16
%84
%0
%26

Triadic Colors of #9d1ebc

#9d1ebc #bc9d1e #1ebc9d

Analogous Colors of #9d1ebc

#9d1ebc #bc1e8c #4e1ebc

Monochromatic Colors of #9d1ebc

#9d1ebc

Complementary Color

#9d1ebc #3dbc1e

#9d1ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d1ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d1ebc Color CSS Codes

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

#9d1ebc Text Font Color

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

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


#9d1ebc Background Color

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

This div background color is #9d1ebc


#9d1ebc Border Color

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

This div border color is #9d1ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d1ebc


Comments

No comments written yet.

Please login to write comment.