Color Hex Logo

#939ddc Color Hex

#939DDC
(147,157,220)
0 Favorites   0 Comments

Color spaces of #939ddc

RGB 147157220
HSL0.640.510.72
HSV232°33°86°
CMYK 0.330.290.00   0.14
XYZ37.007935.484372.6088
Yxy35.48430.25500.2445
Hunter Lab59.56876.6504-30.5710
CIE-Lab66.124011.1258-33.1391

#939ddc color RGB value is (147,157,220).

#939ddc hex color red value is 147, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #939ddc hue: 0.64 , saturation: 0.51 and the lightness value of 939ddc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011101 11011100
Octal 223 235 334
Decimal 147 157 220
Hex 93 9D DC

RGB Percentages of Color #939ddc

%28.05
%29.96
%41.98

CMYK Percentages of Color #939ddc

%33
%29
%0
%14

Triadic Colors of #939ddc

#939ddc #dc939d #9ddc93

Analogous Colors of #939ddc

#939ddc #ae93dc #93c2dc

Monochromatic Colors of #939ddc

#939ddc

Complementary Color

#939ddc #dcd293

#939ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#939ddc Color CSS Codes

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

#939ddc Text Font Color

<p style="color:#939ddc">Text here</p>

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


#939ddc Background Color

<div style="background-color:#939ddc">
Div content here</div>

This div background color is #939ddc


#939ddc Border Color

<div style="border:3px solid #939ddc">
Div here</div>

This div border color is #939ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939ddc


Comments

No comments written yet.

Please login to write comment.