Color Hex Logo

#9d11bc Color Hex

#9D11BC
(157,17,188)
0 Favorites   0 Comments

Color spaces of #9d11bc

RGB 15717188
HSL0.800.830.40
HSV289°91°74°
CMYK 0.160.910.00   0.26
XYZ23.182211.199848.5169
Yxy11.19980.27960.1351
Hunter Lab33.466165.0825-62.5284
CIE-Lab39.915071.3856-56.3542

#9d11bc color RGB value is (157,17,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 00010001 10111100
Octal 235 21 274
Decimal 157 17 188
Hex 9D 11 BC

RGB Percentages of Color #9d11bc

%43.37
%4.70
%51.93

CMYK Percentages of Color #9d11bc

%16
%91
%0
%26

Triadic Colors of #9d11bc

#9d11bc #bc9d11 #11bc9d

Analogous Colors of #9d11bc

#9d11bc #bc1186 #4711bc

Monochromatic Colors of #9d11bc

#9d11bc

Complementary Color

#9d11bc #30bc11

#9d11bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d11bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d11bc Color CSS Codes

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

#9d11bc Text Font Color

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

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


#9d11bc Background Color

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

This div background color is #9d11bc


#9d11bc Border Color

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

This div border color is #9d11bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,17,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 #9d11bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d11bc


Comments

No comments written yet.

Please login to write comment.