Color Hex Logo

#908ccb Color Hex

#908CCB
(144,140,203)
0 Favorites   0 Comments

Color spaces of #908ccb

RGB 144140203
HSL0.680.380.67
HSV244°31°80°
CMYK 0.290.310.00   0.20
XYZ31.659228.997360.4283
Yxy28.99730.26150.2395
Hunter Lab53.849110.7084-28.8395
CIE-Lab60.779215.6512-31.9797

#908ccb color RGB value is (144,140,203).

#908ccb hex color red value is 144, green value is 140 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #908ccb hue: 0.68 , saturation: 0.38 and the lightness value of 908ccb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001100 11001011
Octal 220 214 313
Decimal 144 140 203
Hex 90 8C CB

RGB Percentages of Color #908ccb

%29.57
%28.75
%41.68

CMYK Percentages of Color #908ccb

%29
%31
%0
%20

Triadic Colors of #908ccb

#908ccb #cb908c #8ccb90

Analogous Colors of #908ccb

#908ccb #b08ccb #8ca8cb

Monochromatic Colors of #908ccb

#908ccb

Complementary Color

#908ccb #c7cb8c

#908ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#908ccb Color CSS Codes

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

#908ccb Text Font Color

<p style="color:#908ccb">Text here</p>

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


#908ccb Background Color

<div style="background-color:#908ccb">
Div content here</div>

This div background color is #908ccb


#908ccb Border Color

<div style="border:3px solid #908ccb">
Div here</div>

This div border color is #908ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,140,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 #908ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908ccb


Comments

No comments written yet.

Please login to write comment.