Color Hex Logo

#908dcc Color Hex

#908DCC
(144,141,204)
0 Favorites   0 Comments

Color spaces of #908dcc

RGB 144141204
HSL0.670.380.68
HSV243°31°80°
CMYK 0.290.310.00   0.20
XYZ31.925629.338761.1070
Yxy29.33870.26090.2398
Hunter Lab54.165210.4208-28.9729
CIE-Lab61.079415.3269-32.0753

#908dcc color RGB value is (144,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001101 11001100
Octal 220 215 314
Decimal 144 141 204
Hex 90 8D CC

RGB Percentages of Color #908dcc

%29.45
%28.83
%41.72

CMYK Percentages of Color #908dcc

%29
%31
%0
%20

Triadic Colors of #908dcc

#908dcc #cc908d #8dcc90

Analogous Colors of #908dcc

#908dcc #b08dcc #8daacc

Monochromatic Colors of #908dcc

#908dcc

Complementary Color

#908dcc #c9cc8d

#908dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#908dcc Color CSS Codes

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

#908dcc Text Font Color

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

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


#908dcc Background Color

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

This div background color is #908dcc


#908dcc Border Color

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

This div border color is #908dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908dcc


Comments

No comments written yet.

Please login to write comment.