Color Hex Logo

#9e3cbb Color Hex

#9E3CBB
(158,60,187)
0 Favorites   0 Comments

Color spaces of #9e3cbb

RGB 15860187
HSL0.800.510.48
HSV286°68°73°
CMYK 0.160.680.00   0.27
XYZ24.686114.088748.4320
Yxy14.08870.28310.1616
Hunter Lab37.534951.7104-50.2285
CIE-Lab44.359958.8409-48.6014

#9e3cbb color RGB value is (158,60,187).

#9e3cbb hex color red value is 158, green value is 60 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9e3cbb hue: 0.80 , saturation: 0.51 and the lightness value of 9e3cbb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 00111100 10111011
Octal 236 74 273
Decimal 158 60 187
Hex 9E 3C BB

RGB Percentages of Color #9e3cbb

%39.01
%14.81
%46.17

CMYK Percentages of Color #9e3cbb

%16
%68
%0
%27

Triadic Colors of #9e3cbb

#9e3cbb #bb9e3c #3cbb9e

Analogous Colors of #9e3cbb

#9e3cbb #bb3c99 #5f3cbb

Monochromatic Colors of #9e3cbb

#9e3cbb

Complementary Color

#9e3cbb #59bb3c

#9e3cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e3cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e3cbb Color CSS Codes

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

#9e3cbb Text Font Color

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

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


#9e3cbb Background Color

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

This div background color is #9e3cbb


#9e3cbb Border Color

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

This div border color is #9e3cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,60,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e3cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e3cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #9e3cbb;
  box-shadow:         1px 1px 3px 2px #9e3cbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,60,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e3cbb


Comments

No comments written yet.

Please login to write comment.