Color Hex Logo

#9b40ce Color Hex

#9B40CE
(155,64,206)
0 Favorites   0 Comments

Color spaces of #9b40ce

RGB 15564206
HSL0.770.590.53
HSV278°69°81°
CMYK 0.250.690.00   0.19
XYZ26.491515.091659.9092
Yxy15.09160.26100.1487
Hunter Lab38.847953.7404-64.2404
CIE-Lab45.759460.4031-57.4040

#9b40ce color RGB value is (155,64,206).

#9b40ce hex color red value is 155, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9b40ce hue: 0.77 , saturation: 0.59 and the lightness value of 9b40ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01000000 11001110
Octal 233 100 316
Decimal 155 64 206
Hex 9B 40 CE

RGB Percentages of Color #9b40ce

%36.47
%15.06
%48.47

CMYK Percentages of Color #9b40ce

%25
%69
%0
%19

Triadic Colors of #9b40ce

#9b40ce #ce9b40 #40ce9b

Analogous Colors of #9b40ce

#9b40ce #ce40ba #5440ce

Monochromatic Colors of #9b40ce

#9b40ce

Complementary Color

#9b40ce #73ce40

#9b40ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b40ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b40ce Color CSS Codes

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

#9b40ce Text Font Color

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

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


#9b40ce Background Color

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

This div background color is #9b40ce


#9b40ce Border Color

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

This div border color is #9b40ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b40ce


Comments

No comments written yet.

Please login to write comment.