Color Hex Logo

#918cdb Color Hex

#918CDB
(145,140,219)
0 Favorites   0 Comments

Color spaces of #918cdb

RGB 145140219
HSL0.680.520.70
HSV244°36°86°
CMYK 0.340.360.00   0.14
XYZ33.841329.890471.0036
Yxy29.89040.25120.2218
Hunter Lab54.672114.8129-38.7304
CIE-Lab61.559520.0746-39.7117

#918cdb color RGB value is (145,140,219).

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

The process color (four color CMYK) of #918cdb color hex is 0.34, 0.36, 0.00, 0.14. Web safe color of #918cdb is #9999cc. Color #918cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 11011011
Octal 221 214 333
Decimal 145 140 219
Hex 91 8C DB

RGB Percentages of Color #918cdb

%28.77
%27.78
%43.45

CMYK Percentages of Color #918cdb

%34
%36
%0
%14

Triadic Colors of #918cdb

#918cdb #db918c #8cdb91

Analogous Colors of #918cdb

#918cdb #b98cdb #8cafdb

Monochromatic Colors of #918cdb

#918cdb

Complementary Color

#918cdb #d6db8c

#918cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#918cdb Color CSS Codes

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

#918cdb Text Font Color

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

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


#918cdb Background Color

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

This div background color is #918cdb


#918cdb Border Color

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

This div border color is #918cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,140,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918cdb


Comments

No comments written yet.

Please login to write comment.