Color Hex Logo

#918bcd Color Hex

#918BCD
(145,139,205)
0 Favorites   0 Comments

Color spaces of #918bcd

RGB 145139205
HSL0.680.400.67
HSV245°32°80°
CMYK 0.290.320.00   0.20
XYZ31.929128.892861.6516
Yxy28.89280.26070.2359
Hunter Lab53.752011.9643-30.3770
CIE-Lab60.686917.0314-33.2406

#918bcd color RGB value is (145,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001011 11001101
Octal 221 213 315
Decimal 145 139 205
Hex 91 8B CD

RGB Percentages of Color #918bcd

%29.65
%28.43
%41.92

CMYK Percentages of Color #918bcd

%29
%32
%0
%20

Triadic Colors of #918bcd

#918bcd #cd918b #8bcd91

Analogous Colors of #918bcd

#918bcd #b28bcd #8ba6cd

Monochromatic Colors of #918bcd

#918bcd

Complementary Color

#918bcd #c7cd8b

#918bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#918bcd Color CSS Codes

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

#918bcd Text Font Color

<p style="color:#918bcd">Text here</p>

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


#918bcd Background Color

<div style="background-color:#918bcd">
Div content here</div>

This div background color is #918bcd


#918bcd Border Color

<div style="border:3px solid #918bcd">
Div here</div>

This div border color is #918bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,139,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #918bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #918bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #918bcd;
  box-shadow:         1px 1px 3px 2px #918bcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,139,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 #918bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918bcd


Comments

No comments written yet.

Please login to write comment.