Color Hex Logo

#939cdc Color Hex

#939CDC
(147,156,220)
0 Favorites   0 Comments

Color spaces of #939cdc

RGB 147156220
HSL0.650.510.72
HSV233°33°86°
CMYK 0.330.290.00   0.14
XYZ36.839435.147372.5526
Yxy35.14730.25490.2432
Hunter Lab59.28527.1697-31.0589
CIE-Lab65.863211.6950-33.5437

#939cdc color RGB value is (147,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011100 11011100
Octal 223 234 334
Decimal 147 156 220
Hex 93 9C DC

RGB Percentages of Color #939cdc

%28.11
%29.83
%42.07

CMYK Percentages of Color #939cdc

%33
%29
%0
%14

Triadic Colors of #939cdc

#939cdc #dc939c #9cdc93

Analogous Colors of #939cdc

#939cdc #af93dc #93c1dc

Monochromatic Colors of #939cdc

#939cdc

Complementary Color

#939cdc #dcd393

#939cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#939cdc Color CSS Codes

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

#939cdc Text Font Color

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

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


#939cdc Background Color

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

This div background color is #939cdc


#939cdc Border Color

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

This div border color is #939cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939cdc


Comments

No comments written yet.

Please login to write comment.