Color Hex Logo

#9957db Color Hex

#9957DB
(153,87,219)
0 Favorites   0 Comments

Color spaces of #9957db

RGB 15387219
HSL0.750.650.60
HSV270°60°86°
CMYK 0.300.600.00   0.14
XYZ29.331218.703269.0820
Yxy18.70320.25040.1597
Hunter Lab43.247245.3800-64.4353
CIE-Lab50.338151.9434-57.4800

#9957db color RGB value is (153,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010111 11011011
Octal 231 127 333
Decimal 153 87 219
Hex 99 57 DB

RGB Percentages of Color #9957db

%33.33
%18.95
%47.71

CMYK Percentages of Color #9957db

%30
%60
%0
%14

Triadic Colors of #9957db

#9957db #db9957 #57db99

Analogous Colors of #9957db

#9957db #db57db #5757db

Monochromatic Colors of #9957db

#9957db

Complementary Color

#9957db #99db57

#9957db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9957db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9957db Color CSS Codes

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

#9957db Text Font Color

<p style="color:#9957db">Text here</p>

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


#9957db Background Color

<div style="background-color:#9957db">
Div content here</div>

This div background color is #9957db


#9957db Border Color

<div style="border:3px solid #9957db">
Div here</div>

This div border color is #9957db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,87,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9957db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9957db;
  -webkit-box-shadow: 1px 1px 3px 2px #9957db;
  box-shadow:         1px 1px 3px 2px #9957db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,87,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 #9957db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9957db


Comments

No comments written yet.

Please login to write comment.