Color Hex Logo

#8d9ddf Color Hex

#8D9DDF
(141,157,223)
0 Favorites   0 Comments

Color spaces of #8d9ddf

RGB 141157223
HSL0.630.560.71
HSV228°37°87°
CMYK 0.370.300.00   0.13
XYZ36.360835.104474.6714
Yxy35.10440.24880.2402
Hunter Lab59.24905.8589-33.2488
CIE-Lab65.829910.2531-35.2854

#8d9ddf color RGB value is (141,157,223).

#8d9ddf hex color red value is 141, green value is 157 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8d9ddf hue: 0.63 , saturation: 0.56 and the lightness value of 8d9ddf is 0.71.

The process color (four color CMYK) of #8d9ddf color hex is 0.37, 0.30, 0.00, 0.13. Web safe color of #8d9ddf is #9999cc. Color #8d9ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011101 11011111
Octal 215 235 337
Decimal 141 157 223
Hex 8D 9D DF

RGB Percentages of Color #8d9ddf

%27.06
%30.13
%42.80

CMYK Percentages of Color #8d9ddf

%37
%30
%0
%13

Triadic Colors of #8d9ddf

#8d9ddf #df8d9d #9ddf8d

Analogous Colors of #8d9ddf

#8d9ddf #a68ddf #8dc6df

Monochromatic Colors of #8d9ddf

#8d9ddf

Complementary Color

#8d9ddf #dfcf8d

#8d9ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9ddf Color CSS Codes

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

#8d9ddf Text Font Color

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

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


#8d9ddf Background Color

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

This div background color is #8d9ddf


#8d9ddf Border Color

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

This div border color is #8d9ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9ddf


Comments

No comments written yet.

Please login to write comment.