Color Hex Logo

#9137cb Color Hex

#9137CB
(145,55,203)
0 Favorites   0 Comments

Color spaces of #9137cb

RGB 14555203
HSL0.770.590.51
HSV276°73°80°
CMYK 0.290.730.00   0.20
XYZ23.822713.063957.7659
Yxy13.06390.25170.1380
Hunter Lab36.144054.3982-69.4573
CIE-Lab42.859461.5452-60.4259

#9137cb color RGB value is (145,55,203).

#9137cb hex color red value is 145, green value is 55 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9137cb hue: 0.77 , saturation: 0.59 and the lightness value of 9137cb is 0.51.

The process color (four color CMYK) of #9137cb color hex is 0.29, 0.73, 0.00, 0.20. Web safe color of #9137cb is #9933cc. Color #9137cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00110111 11001011
Octal 221 67 313
Decimal 145 55 203
Hex 91 37 CB

RGB Percentages of Color #9137cb

%35.98
%13.65
%50.37

CMYK Percentages of Color #9137cb

%29
%73
%0
%20

Triadic Colors of #9137cb

#9137cb #cb9137 #37cb91

Analogous Colors of #9137cb

#9137cb #cb37bb #4737cb

Monochromatic Colors of #9137cb

#9137cb

Complementary Color

#9137cb #71cb37

#9137cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9137cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9137cb Color CSS Codes

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

#9137cb Text Font Color

<p style="color:#9137cb">Text here</p>

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


#9137cb Background Color

<div style="background-color:#9137cb">
Div content here</div>

This div background color is #9137cb


#9137cb Border Color

<div style="border:3px solid #9137cb">
Div here</div>

This div border color is #9137cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,55,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9137cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9137cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9137cb;
  box-shadow:         1px 1px 3px 2px #9137cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,55,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9137cb


Comments

No comments written yet.

Please login to write comment.