Color Hex Logo

#8d9bdf Color Hex

#8D9BDF
(141,155,223)
0 Favorites   0 Comments

Color spaces of #8d9bdf

RGB 141155223
HSL0.640.560.71
HSV230°37°87°
CMYK 0.370.300.00   0.13
XYZ36.025134.433174.5596
Yxy34.43310.24840.2374
Hunter Lab58.67976.8966-34.2592
CIE-Lab65.304911.3954-36.1024

#8d9bdf color RGB value is (141,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011011 11011111
Octal 215 233 337
Decimal 141 155 223
Hex 8D 9B DF

RGB Percentages of Color #8d9bdf

%27.17
%29.87
%42.97

CMYK Percentages of Color #8d9bdf

%37
%30
%0
%13

Triadic Colors of #8d9bdf

#8d9bdf #df8d9b #9bdf8d

Analogous Colors of #8d9bdf

#8d9bdf #a88ddf #8dc4df

Monochromatic Colors of #8d9bdf

#8d9bdf

Complementary Color

#8d9bdf #dfd18d

#8d9bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9bdf Color CSS Codes

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

#8d9bdf Text Font Color

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

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


#8d9bdf Background Color

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

This div background color is #8d9bdf


#8d9bdf Border Color

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

This div border color is #8d9bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,155,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 #8d9bdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9bdf


Comments

No comments written yet.

Please login to write comment.