Color Hex Logo

#9c8adb Color Hex

#9C8ADB
(156,138,219)
0 Favorites   0 Comments

Color spaces of #9c8adb

RGB 156138219
HSL0.700.530.70
HSV253°37°86°
CMYK 0.290.370.00   0.14
XYZ35.585030.359471.0022
Yxy30.35940.25980.2217
Hunter Lab55.099418.8573-37.8328
CIE-Lab61.963124.3202-39.0147

#9c8adb color RGB value is (156,138,219).

#9c8adb hex color red value is 156, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9c8adb hue: 0.70 , saturation: 0.53 and the lightness value of 9c8adb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001010 11011011
Octal 234 212 333
Decimal 156 138 219
Hex 9C 8A DB

RGB Percentages of Color #9c8adb

%30.41
%26.90
%42.69

CMYK Percentages of Color #9c8adb

%29
%37
%0
%14

Triadic Colors of #9c8adb

#9c8adb #db9c8a #8adb9c

Analogous Colors of #9c8adb

#9c8adb #c58adb #8aa1db

Monochromatic Colors of #9c8adb

#9c8adb

Complementary Color

#9c8adb #c9db8a

#9c8adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8adb Color CSS Codes

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

#9c8adb Text Font Color

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

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


#9c8adb Background Color

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

This div background color is #9c8adb


#9c8adb Border Color

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

This div border color is #9c8adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8adb


Comments

No comments written yet.

Please login to write comment.