Color Hex Logo

#8c94eb Color Hex

#8C94EB
(140,148,235)
0 Favorites   0 Comments

Color spaces of #8c94eb

RGB 140148235
HSL0.650.700.74
HSV235°40°92°
CMYK 0.400.370.00   0.08
XYZ36.400532.753483.0008
Yxy32.75340.23920.2153
Hunter Lab57.230613.3782-45.9261
CIE-Lab63.960718.4417-44.8362

#8c94eb color RGB value is (140,148,235).

#8c94eb hex color red value is 140, green value is 148 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8c94eb hue: 0.65 , saturation: 0.70 and the lightness value of 8c94eb is 0.74.

The process color (four color CMYK) of #8c94eb color hex is 0.40, 0.37, 0.00, 0.08. Web safe color of #8c94eb is #9999ff. Color #8c94eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10010100 11101011
Octal 214 224 353
Decimal 140 148 235
Hex 8C 94 EB

RGB Percentages of Color #8c94eb

%26.77
%28.30
%44.93

CMYK Percentages of Color #8c94eb

%40
%37
%0
%8

Triadic Colors of #8c94eb

#8c94eb #eb8c94 #94eb8c

Analogous Colors of #8c94eb

#8c94eb #b48ceb #8cc4eb

Monochromatic Colors of #8c94eb

#8c94eb

Complementary Color

#8c94eb #ebe38c

#8c94eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c94eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c94eb Color CSS Codes

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

#8c94eb Text Font Color

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

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


#8c94eb Background Color

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

This div background color is #8c94eb


#8c94eb Border Color

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

This div border color is #8c94eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c94eb


Comments

No comments written yet.

Please login to write comment.