Color Hex Logo

#9d37db Color Hex

#9D37DB
(157,55,219)
0 Favorites   0 Comments

Color spaces of #9d37db

RGB 15755219
HSL0.770.690.54
HSV277°75°86°
CMYK 0.280.750.00   0.14
XYZ28.057015.014968.4372
Yxy15.01490.25160.1347
Hunter Lab38.749161.4355-77.5915
CIE-Lab45.654667.1657-65.0187

#9d37db color RGB value is (157,55,219).

#9d37db hex color red value is 157, green value is 55 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9d37db hue: 0.77 , saturation: 0.69 and the lightness value of 9d37db is 0.54.

The process color (four color CMYK) of #9d37db color hex is 0.28, 0.75, 0.00, 0.14. Web safe color of #9d37db is #9933cc. Color #9d37db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00110111 11011011
Octal 235 67 333
Decimal 157 55 219
Hex 9D 37 DB

RGB Percentages of Color #9d37db

%36.43
%12.76
%50.81

CMYK Percentages of Color #9d37db

%28
%75
%0
%14

Triadic Colors of #9d37db

#9d37db #db9d37 #37db9d

Analogous Colors of #9d37db

#9d37db #db37c7 #4b37db

Monochromatic Colors of #9d37db

#9d37db

Complementary Color

#9d37db #75db37

#9d37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d37db Color CSS Codes

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

#9d37db Text Font Color

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

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


#9d37db Background Color

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

This div background color is #9d37db


#9d37db Border Color

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

This div border color is #9d37db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,55,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d37db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d37db;
  -webkit-box-shadow: 1px 1px 3px 2px #9d37db;
  box-shadow:         1px 1px 3px 2px #9d37db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d37db


Comments

No comments written yet.

Please login to write comment.