Color Hex Logo

#9b2ebe Color Hex

#9B2EBE
(155,46,190)
0 Favorites   0 Comments

Color spaces of #9b2ebe

RGB 15546190
HSL0.790.610.46
HSV285°76°75°
CMYK 0.180.760.00   0.25
XYZ23.788812.640349.9012
Yxy12.64030.27560.1464
Hunter Lab35.553257.2170-58.3301
CIE-Lab42.216264.1679-53.8258

#9b2ebe color RGB value is (155,46,190).

#9b2ebe hex color red value is 155, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9b2ebe hue: 0.79 , saturation: 0.61 and the lightness value of 9b2ebe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00101110 10111110
Octal 233 56 276
Decimal 155 46 190
Hex 9B 2E BE

RGB Percentages of Color #9b2ebe

%39.64
%11.76
%48.59

CMYK Percentages of Color #9b2ebe

%18
%76
%0
%25

Triadic Colors of #9b2ebe

#9b2ebe #be9b2e #2ebe9b

Analogous Colors of #9b2ebe

#9b2ebe #be2e99 #532ebe

Monochromatic Colors of #9b2ebe

#9b2ebe

Complementary Color

#9b2ebe #51be2e

#9b2ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b2ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b2ebe Color CSS Codes

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

#9b2ebe Text Font Color

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

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


#9b2ebe Background Color

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

This div background color is #9b2ebe


#9b2ebe Border Color

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

This div border color is #9b2ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b2ebe


Comments

No comments written yet.

Please login to write comment.