Color Hex Logo

#9490cb Color Hex

#9490CB
(148,144,203)
0 Favorites   0 Comments

Color spaces of #9490cb

RGB 148144203
HSL0.680.360.68
HSV244°29°80°
CMYK 0.270.290.00   0.20
XYZ32.965530.554260.6600
Yxy30.55420.26550.2460
Hunter Lab55.27599.7214-26.3720
CIE-Lab62.129514.5341-29.8615

#9490cb color RGB value is (148,144,203).

#9490cb hex color red value is 148, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9490cb hue: 0.68 , saturation: 0.36 and the lightness value of 9490cb is 0.68.

The process color (four color CMYK) of #9490cb color hex is 0.27, 0.29, 0.00, 0.20. Web safe color of #9490cb is #9999cc. Color #9490cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010000 11001011
Octal 224 220 313
Decimal 148 144 203
Hex 94 90 CB

RGB Percentages of Color #9490cb

%29.90
%29.09
%41.01

CMYK Percentages of Color #9490cb

%27
%29
%0
%20

Triadic Colors of #9490cb

#9490cb #cb9490 #90cb94

Analogous Colors of #9490cb

#9490cb #b290cb #90aacb

Monochromatic Colors of #9490cb

#9490cb

Complementary Color

#9490cb #c7cb90

#9490cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9490cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9490cb Color CSS Codes

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

#9490cb Text Font Color

<p style="color:#9490cb">Text here</p>

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


#9490cb Background Color

<div style="background-color:#9490cb">
Div content here</div>

This div background color is #9490cb


#9490cb Border Color

<div style="border:3px solid #9490cb">
Div here</div>

This div border color is #9490cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,144,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9490cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9490cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9490cb;
  box-shadow:         1px 1px 3px 2px #9490cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9490cb


Comments

No comments written yet.

Please login to write comment.