Color Hex Logo

#8c8dda Color Hex

#8C8DDA
(140,141,218)
0 Favorites   0 Comments

Color spaces of #8c8dda

RGB 140141218
HSL0.660.510.70
HSV239°36°85°
CMYK 0.360.350.00   0.15
XYZ32.995029.687270.3208
Yxy29.68720.24810.2232
Hunter Lab54.486012.7436-38.3808
CIE-Lab61.383417.8548-39.4576

#8c8dda color RGB value is (140,141,218).

#8c8dda hex color red value is 140, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8c8dda hue: 0.66 , saturation: 0.51 and the lightness value of 8c8dda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001101 11011010
Octal 214 215 332
Decimal 140 141 218
Hex 8C 8D DA

RGB Percentages of Color #8c8dda

%28.06
%28.26
%43.69

CMYK Percentages of Color #8c8dda

%36
%35
%0
%15

Triadic Colors of #8c8dda

#8c8dda #da8c8d #8dda8c

Analogous Colors of #8c8dda

#8c8dda #b28cda #8cb4da

Monochromatic Colors of #8c8dda

#8c8dda

Complementary Color

#8c8dda #dad98c

#8c8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c8dda Color CSS Codes

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

#8c8dda Text Font Color

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

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


#8c8dda Background Color

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

This div background color is #8c8dda


#8c8dda Border Color

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

This div border color is #8c8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c8dda


Comments

No comments written yet.

Please login to write comment.