Color Hex Logo

#918bcc Color Hex

#918BCC
(145,139,204)
0 Favorites   0 Comments

Color spaces of #918bcc

RGB 145139204
HSL0.680.390.67
HSV246°32°80°
CMYK 0.290.320.00   0.20
XYZ31.808828.844661.0178
Yxy28.84460.26140.2371
Hunter Lab53.707211.7315-29.7655
CIE-Lab60.644216.7782-32.7452

#918bcc color RGB value is (145,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001011 11001100
Octal 221 213 314
Decimal 145 139 204
Hex 91 8B CC

RGB Percentages of Color #918bcc

%29.71
%28.48
%41.80

CMYK Percentages of Color #918bcc

%29
%32
%0
%20

Triadic Colors of #918bcc

#918bcc #cc918b #8bcc91

Analogous Colors of #918bcc

#918bcc #b28bcc #8ba6cc

Monochromatic Colors of #918bcc

#918bcc

Complementary Color

#918bcc #c6cc8b

#918bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#918bcc Color CSS Codes

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

#918bcc Text Font Color

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

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


#918bcc Background Color

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

This div background color is #918bcc


#918bcc Border Color

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

This div border color is #918bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918bcc


Comments

No comments written yet.

Please login to write comment.