Color Hex Logo

#908acd Color Hex

#908ACD
(144,138,205)
0 Favorites   0 Comments

Color spaces of #908acd

RGB 144138205
HSL0.680.400.67
HSV245°33°80°
CMYK 0.300.330.00   0.20
XYZ31.609528.514061.5954
Yxy28.51400.25970.2343
Hunter Lab53.398512.2166-31.0123
CIE-Lab60.350317.3187-33.7707

#908acd color RGB value is (144,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001010 11001101
Octal 220 212 315
Decimal 144 138 205
Hex 90 8A CD

RGB Percentages of Color #908acd

%29.57
%28.34
%42.09

CMYK Percentages of Color #908acd

%30
%33
%0
%20

Triadic Colors of #908acd

#908acd #cd908a #8acd90

Analogous Colors of #908acd

#908acd #b28acd #8aa6cd

Monochromatic Colors of #908acd

#908acd

Complementary Color

#908acd #c7cd8a

#908acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#908acd Color CSS Codes

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

#908acd Text Font Color

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

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


#908acd Background Color

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

This div background color is #908acd


#908acd Border Color

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

This div border color is #908acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908acd


Comments

No comments written yet.

Please login to write comment.