Color Hex Logo

#9b9adf Color Hex

#9B9ADF
(155,154,223)
0 Favorites   0 Comments

Color spaces of #9b9adf

RGB 155154223
HSL0.670.520.74
HSV241°31°87°
CMYK 0.300.310.00   0.13
XYZ38.392535.407574.6229
Yxy35.40750.25870.2386
Hunter Lab59.504211.0370-32.7013
CIE-Lab66.064715.8791-34.8423

#9b9adf color RGB value is (155,154,223).

#9b9adf hex color red value is 155, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9b9adf hue: 0.67 , saturation: 0.52 and the lightness value of 9b9adf is 0.74.

The process color (four color CMYK) of #9b9adf color hex is 0.30, 0.31, 0.00, 0.13. Web safe color of #9b9adf is #9999cc. Color #9b9adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011010 11011111
Octal 233 232 337
Decimal 155 154 223
Hex 9B 9A DF

RGB Percentages of Color #9b9adf

%29.14
%28.95
%41.92

CMYK Percentages of Color #9b9adf

%30
%31
%0
%13

Triadic Colors of #9b9adf

#9b9adf #df9b9a #9adf9b

Analogous Colors of #9b9adf

#9b9adf #be9adf #9abcdf

Monochromatic Colors of #9b9adf

#9b9adf

Complementary Color

#9b9adf #dedf9a

#9b9adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9adf Color CSS Codes

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

#9b9adf Text Font Color

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

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


#9b9adf Background Color

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

This div background color is #9b9adf


#9b9adf Border Color

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

This div border color is #9b9adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,154,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b9adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b9adf;
  -webkit-box-shadow: 1px 1px 3px 2px #9b9adf;
  box-shadow:         1px 1px 3px 2px #9b9adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,154,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9adf


Comments

No comments written yet.

Please login to write comment.