Color Hex Logo

#8c96de Color Hex

#8C96DE
(140,150,222)
0 Favorites   0 Comments

Color spaces of #8c96de

RGB 140150222
HSL0.650.550.71
HSV233°37°87°
CMYK 0.370.320.00   0.13
XYZ34.906432.662173.5719
Yxy32.66210.24730.2314
Hunter Lab57.15089.0099-36.3203
CIE-Lab63.886413.7247-37.7663

#8c96de color RGB value is (140,150,222).

#8c96de hex color red value is 140, green value is 150 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8c96de hue: 0.65 , saturation: 0.55 and the lightness value of 8c96de is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010110 11011110
Octal 214 226 336
Decimal 140 150 222
Hex 8C 96 DE

RGB Percentages of Color #8c96de

%27.34
%29.30
%43.36

CMYK Percentages of Color #8c96de

%37
%32
%0
%13

Triadic Colors of #8c96de

#8c96de #de8c96 #96de8c

Analogous Colors of #8c96de

#8c96de #ab8cde #8cbfde

Monochromatic Colors of #8c96de

#8c96de

Complementary Color

#8c96de #ded48c

#8c96de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c96de Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c96de Color CSS Codes

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

#8c96de Text Font Color

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

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


#8c96de Background Color

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

This div background color is #8c96de


#8c96de Border Color

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

This div border color is #8c96de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c96de


Comments

No comments written yet.

Please login to write comment.