Color Hex Logo

#9c9adf Color Hex

#9C9ADF
(156,154,223)
0 Favorites   0 Comments

Color spaces of #9c9adf

RGB 156154223
HSL0.670.520.74
HSV242°31°87°
CMYK 0.300.310.00   0.13
XYZ38.585235.506874.6319
Yxy35.50680.25940.2387
Hunter Lab59.587611.3072-32.5479
CIE-Lab66.141316.1661-34.7172

#9c9adf color RGB value is (156,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011010 11011111
Octal 234 232 337
Decimal 156 154 223
Hex 9C 9A DF

RGB Percentages of Color #9c9adf

%29.27
%28.89
%41.84

CMYK Percentages of Color #9c9adf

%30
%31
%0
%13

Triadic Colors of #9c9adf

#9c9adf #df9c9a #9adf9c

Analogous Colors of #9c9adf

#9c9adf #bf9adf #9abbdf

Monochromatic Colors of #9c9adf

#9c9adf

Complementary Color

#9c9adf #dddf9a

#9c9adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c9adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c9adf Color CSS Codes

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

#9c9adf Text Font Color

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

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


#9c9adf Background Color

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

This div background color is #9c9adf


#9c9adf Border Color

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

This div border color is #9c9adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c9adf


Comments

No comments written yet.

Please login to write comment.