Color Hex Logo

#9d92db Color Hex

#9D92DB
(157,146,219)
0 Favorites   0 Comments

Color spaces of #9d92db

RGB 157146219
HSL0.690.500.72
HSV249°33°86°
CMYK 0.280.330.00   0.14
XYZ36.969732.840371.4081
Yxy32.84030.26180.2326
Hunter Lab57.306514.8681-33.7652
CIE-Lab64.031420.0200-35.7786

#9d92db color RGB value is (157,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010010 11011011
Octal 235 222 333
Decimal 157 146 219
Hex 9D 92 DB

RGB Percentages of Color #9d92db

%30.08
%27.97
%41.95

CMYK Percentages of Color #9d92db

%28
%33
%0
%14

Triadic Colors of #9d92db

#9d92db #db9d92 #92db9d

Analogous Colors of #9d92db

#9d92db #c292db #92acdb

Monochromatic Colors of #9d92db

#9d92db

Complementary Color

#9d92db #d0db92

#9d92db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d92db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d92db Color CSS Codes

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

#9d92db Text Font Color

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

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


#9d92db Background Color

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

This div background color is #9d92db


#9d92db Border Color

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

This div border color is #9d92db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d92db


Comments

No comments written yet.

Please login to write comment.