Color Hex Logo

#918ccb Color Hex

#918CCB
(145,140,203)
0 Favorites   0 Comments

Color spaces of #918ccb

RGB 145140203
HSL0.680.380.67
HSV245°31°80°
CMYK 0.290.310.00   0.20
XYZ31.834629.087760.4365
Yxy29.08770.26230.2397
Hunter Lab53.933010.9790-28.6863
CIE-Lab60.859015.9466-31.8497

#918ccb color RGB value is (145,140,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 11001011
Octal 221 214 313
Decimal 145 140 203
Hex 91 8C CB

RGB Percentages of Color #918ccb

%29.71
%28.69
%41.60

CMYK Percentages of Color #918ccb

%29
%31
%0
%20

Triadic Colors of #918ccb

#918ccb #cb918c #8ccb91

Analogous Colors of #918ccb

#918ccb #b18ccb #8ca7cb

Monochromatic Colors of #918ccb

#918ccb

Complementary Color

#918ccb #c6cb8c

#918ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#918ccb Color CSS Codes

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

#918ccb Text Font Color

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

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


#918ccb Background Color

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

This div background color is #918ccb


#918ccb Border Color

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

This div border color is #918ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918ccb


Comments

No comments written yet.

Please login to write comment.