Color Hex Logo

#8794ea Color Hex

#8794EA
(135,148,234)
0 Favorites   0 Comments

Color spaces of #8794ea

RGB 135148234
HSL0.640.700.72
HSV232°42°92°
CMYK 0.420.370.00   0.08
XYZ35.432932.271282.2034
Yxy32.27120.23640.2153
Hunter Lab56.807711.9229-46.0299
CIE-Lab63.566416.8952-44.9291

#8794ea color RGB value is (135,148,234).

#8794ea hex color red value is 135, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8794ea hue: 0.64 , saturation: 0.70 and the lightness value of 8794ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010100 11101010
Octal 207 224 352
Decimal 135 148 234
Hex 87 94 EA

RGB Percentages of Color #8794ea

%26.11
%28.63
%45.26

CMYK Percentages of Color #8794ea

%42
%37
%0
%8

Triadic Colors of #8794ea

#8794ea #ea8794 #94ea87

Analogous Colors of #8794ea

#8794ea #ac87ea #87c6ea

Monochromatic Colors of #8794ea

#8794ea

Complementary Color

#8794ea #eadd87

#8794ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8794ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8794ea Color CSS Codes

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

#8794ea Text Font Color

<p style="color:#8794ea">Text here</p>

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


#8794ea Background Color

<div style="background-color:#8794ea">
Div content here</div>

This div background color is #8794ea


#8794ea Border Color

<div style="border:3px solid #8794ea">
Div here</div>

This div border color is #8794ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,148,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8794ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8794ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8794ea;
  box-shadow:         1px 1px 3px 2px #8794ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8794ea


Comments

No comments written yet.

Please login to write comment.