Color Hex Logo

#9096dc Color Hex

#9096DC
(144,150,220)
0 Favorites   0 Comments

Color spaces of #9096dc

RGB 144150220
HSL0.650.520.71
HSV235°35°86°
CMYK 0.350.320.00   0.14
XYZ35.326232.909372.2004
Yxy32.90930.25150.2343
Hunter Lab57.36669.5282-34.4645
CIE-Lab64.087414.2879-36.3223

#9096dc color RGB value is (144,150,220).

#9096dc hex color red value is 144, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9096dc hue: 0.65 , saturation: 0.52 and the lightness value of 9096dc is 0.71.

The process color (four color CMYK) of #9096dc color hex is 0.35, 0.32, 0.00, 0.14. Web safe color of #9096dc is #9999cc. Color #9096dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010110 11011100
Octal 220 226 334
Decimal 144 150 220
Hex 90 96 DC

RGB Percentages of Color #9096dc

%28.02
%29.18
%42.80

CMYK Percentages of Color #9096dc

%35
%32
%0
%14

Triadic Colors of #9096dc

#9096dc #dc9096 #96dc90

Analogous Colors of #9096dc

#9096dc #b090dc #90bcdc

Monochromatic Colors of #9096dc

#9096dc

Complementary Color

#9096dc #dcd690

#9096dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9096dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9096dc Color CSS Codes

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

#9096dc Text Font Color

<p style="color:#9096dc">Text here</p>

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


#9096dc Background Color

<div style="background-color:#9096dc">
Div content here</div>

This div background color is #9096dc


#9096dc Border Color

<div style="border:3px solid #9096dc">
Div here</div>

This div border color is #9096dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,150,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9096dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9096dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9096dc;
  box-shadow:         1px 1px 3px 2px #9096dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,150,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9096dc


Comments

No comments written yet.

Please login to write comment.