Color Hex Logo

#9b3ebf Color Hex

#9B3EBF
(155,62,191)
0 Favorites   0 Comments

Color spaces of #9b3ebf

RGB 15562191
HSL0.790.510.50
HSV283°68°75°
CMYK 0.190.680.00   0.25
XYZ24.644214.175450.7274
Yxy14.17540.27520.1583
Hunter Lab37.650250.9504-53.5282
CIE-Lab44.483458.1277-50.7631

#9b3ebf color RGB value is (155,62,191).

#9b3ebf hex color red value is 155, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9b3ebf hue: 0.79 , saturation: 0.51 and the lightness value of 9b3ebf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00111110 10111111
Octal 233 76 277
Decimal 155 62 191
Hex 9B 3E BF

RGB Percentages of Color #9b3ebf

%37.99
%15.20
%46.81

CMYK Percentages of Color #9b3ebf

%19
%68
%0
%25

Triadic Colors of #9b3ebf

#9b3ebf #bf9b3e #3ebf9b

Analogous Colors of #9b3ebf

#9b3ebf #bf3ea3 #5a3ebf

Monochromatic Colors of #9b3ebf

#9b3ebf

Complementary Color

#9b3ebf #62bf3e

#9b3ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b3ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b3ebf Color CSS Codes

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

#9b3ebf Text Font Color

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

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


#9b3ebf Background Color

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

This div background color is #9b3ebf


#9b3ebf Border Color

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

This div border color is #9b3ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,62,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b3ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b3ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #9b3ebf;
  box-shadow:         1px 1px 3px 2px #9b3ebf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,62,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b3ebf


Comments

No comments written yet.

Please login to write comment.