Color Hex Logo

#8d9cdc Color Hex

#8D9CDC
(141,156,220)
0 Favorites   0 Comments

Color spaces of #8d9cdc

RGB 141156220
HSL0.640.530.71
HSV229°36°86°
CMYK 0.360.290.00   0.14
XYZ35.791234.607072.5036
Yxy34.60700.25050.2422
Hunter Lab58.82775.6522-31.8940
CIE-Lab65.441510.0216-34.2314

#8d9cdc color RGB value is (141,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10011100 11011100
Octal 215 234 334
Decimal 141 156 220
Hex 8D 9C DC

RGB Percentages of Color #8d9cdc

%27.27
%30.17
%42.55

CMYK Percentages of Color #8d9cdc

%36
%29
%0
%14

Triadic Colors of #8d9cdc

#8d9cdc #dc8d9c #9cdc8d

Analogous Colors of #8d9cdc

#8d9cdc #a68ddc #8dc4dc

Monochromatic Colors of #8d9cdc

#8d9cdc

Complementary Color

#8d9cdc #dccd8d

#8d9cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d9cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d9cdc Color CSS Codes

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

#8d9cdc Text Font Color

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

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


#8d9cdc Background Color

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

This div background color is #8d9cdc


#8d9cdc Border Color

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

This div border color is #8d9cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d9cdc


Comments

No comments written yet.

Please login to write comment.