Color Hex Logo

#9d58db Color Hex

#9D58DB
(157,88,219)
0 Favorites   0 Comments

Color spaces of #9d58db

RGB 15788219
HSL0.750.650.60
HSV272°60°86°
CMYK 0.280.600.00   0.14
XYZ30.180519.262069.1451
Yxy19.26200.25450.1624
Hunter Lab43.888545.9430-62.6878
CIE-Lab50.992352.3538-56.4044

#9d58db color RGB value is (157,88,219).

#9d58db hex color red value is 157, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9d58db hue: 0.75 , saturation: 0.65 and the lightness value of 9d58db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 01011000 11011011
Octal 235 130 333
Decimal 157 88 219
Hex 9D 58 DB

RGB Percentages of Color #9d58db

%33.84
%18.97
%47.20

CMYK Percentages of Color #9d58db

%28
%60
%0
%14

Triadic Colors of #9d58db

#9d58db #db9d58 #58db9d

Analogous Colors of #9d58db

#9d58db #db58d8 #5b58db

Monochromatic Colors of #9d58db

#9d58db

Complementary Color

#9d58db #96db58

#9d58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d58db Color CSS Codes

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

#9d58db Text Font Color

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

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


#9d58db Background Color

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

This div background color is #9d58db


#9d58db Border Color

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

This div border color is #9d58db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,88,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 #9d58db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d58db


Comments

No comments written yet.

Please login to write comment.