Color Hex Logo

#918cdc Color Hex

#918CDC
(145,140,220)
0 Favorites   0 Comments

Color spaces of #918cdc

RGB 145140220
HSL0.680.530.71
HSV244°36°86°
CMYK 0.340.360.00   0.14
XYZ33.973429.943271.6992
Yxy29.94320.25050.2208
Hunter Lab54.720415.0619-39.3824
CIE-Lab61.605220.3384-40.1975

#918cdc color RGB value is (145,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001100 11011100
Octal 221 214 334
Decimal 145 140 220
Hex 91 8C DC

RGB Percentages of Color #918cdc

%28.71
%27.72
%43.56

CMYK Percentages of Color #918cdc

%34
%36
%0
%14

Triadic Colors of #918cdc

#918cdc #dc918c #8cdc91

Analogous Colors of #918cdc

#918cdc #b98cdc #8cafdc

Monochromatic Colors of #918cdc

#918cdc

Complementary Color

#918cdc #d7dc8c

#918cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#918cdc Color CSS Codes

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

#918cdc Text Font Color

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

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


#918cdc Background Color

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

This div background color is #918cdc


#918cdc Border Color

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

This div border color is #918cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918cdc


Comments

No comments written yet.

Please login to write comment.