Color Hex Logo

#8d9dcc Color Hex

#8D9DCC
(141,157,204)
0 Favorites   0 Comments

Color spaces of #8d9dcc

RGB 141157204
HSL0.620.380.68
HSV225°31°80°
CMYK 0.310.230.00   0.20
XYZ33.940634.136361.9268
Yxy34.13630.26110.2626
Hunter Lab58.42631.4470-21.9439
CIE-Lab65.07065.2870-25.9283

#8d9dcc color RGB value is (141,157,204).

#8d9dcc hex color red value is 141, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8d9dcc hue: 0.62 , saturation: 0.38 and the lightness value of 8d9dcc is 0.68.

The process color (four color CMYK) of #8d9dcc color hex is 0.31, 0.23, 0.00, 0.20. Web safe color of #8d9dcc is #9999cc. Color #8d9dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011101 11001100
Octal 215 235 314
Decimal 141 157 204
Hex 8D 9D CC

RGB Percentages of Color #8d9dcc

%28.09
%31.27
%40.64

CMYK Percentages of Color #8d9dcc

%31
%23
%0
%20

Triadic Colors of #8d9dcc

#8d9dcc #cc8d9d #9dcc8d

Analogous Colors of #8d9dcc

#8d9dcc #9d8dcc #8dbdcc

Monochromatic Colors of #8d9dcc

#8d9dcc

Complementary Color

#8d9dcc #ccbc8d

#8d9dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9dcc Color CSS Codes

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

#8d9dcc Text Font Color

<p style="color:#8d9dcc">Text here</p>

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


#8d9dcc Background Color

<div style="background-color:#8d9dcc">
Div content here</div>

This div background color is #8d9dcc


#8d9dcc Border Color

<div style="border:3px solid #8d9dcc">
Div here</div>

This div border color is #8d9dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,157,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d9dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d9dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #8d9dcc;
  box-shadow:         1px 1px 3px 2px #8d9dcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,157,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9dcc


Comments

No comments written yet.

Please login to write comment.