Color Hex Logo

#939cdd Color Hex

#939CDD
(147,156,221)
0 Favorites   0 Comments

Color spaces of #939cdd

RGB 147156221
HSL0.650.520.72
HSV233°33°87°
CMYK 0.330.290.00   0.13
XYZ36.972235.200473.2523
Yxy35.20040.25420.2421
Hunter Lab59.32997.4072-31.6721
CIE-Lab65.904411.9549-34.0325

#939cdd color RGB value is (147,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011100 11011101
Octal 223 234 335
Decimal 147 156 221
Hex 93 9C DD

RGB Percentages of Color #939cdd

%28.05
%29.77
%42.18

CMYK Percentages of Color #939cdd

%33
%29
%0
%13

Triadic Colors of #939cdd

#939cdd #dd939c #9cdd93

Analogous Colors of #939cdd

#939cdd #af93dd #93c1dd

Monochromatic Colors of #939cdd

#939cdd

Complementary Color

#939cdd #ddd493

#939cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#939cdd Color CSS Codes

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

#939cdd Text Font Color

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

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


#939cdd Background Color

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

This div background color is #939cdd


#939cdd Border Color

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

This div border color is #939cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,156,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939cdd


Comments

No comments written yet.

Please login to write comment.