Color Hex Logo

#938cdc Color Hex

#938CDC
(147,140,220)
0 Favorites   0 Comments

Color spaces of #938cdc

RGB 147140220
HSL0.680.530.71
HSV245°36°86°
CMYK 0.330.360.00   0.14
XYZ34.329030.126571.7158
Yxy30.12650.25210.2212
Hunter Lab54.887615.5880-39.0466
CIE-Lab61.763220.8910-39.9384

#938cdc color RGB value is (147,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001100 11011100
Octal 223 214 334
Decimal 147 140 220
Hex 93 8C DC

RGB Percentages of Color #938cdc

%28.99
%27.61
%43.39

CMYK Percentages of Color #938cdc

%33
%36
%0
%14

Triadic Colors of #938cdc

#938cdc #dc938c #8cdc93

Analogous Colors of #938cdc

#938cdc #bb8cdc #8caddc

Monochromatic Colors of #938cdc

#938cdc

Complementary Color

#938cdc #d5dc8c

#938cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#938cdc Color CSS Codes

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

#938cdc Text Font Color

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

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


#938cdc Background Color

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

This div background color is #938cdc


#938cdc Border Color

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

This div border color is #938cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938cdc


Comments

No comments written yet.

Please login to write comment.