Color Hex Logo

#8694ee Color Hex

#8694EE
(134,148,238)
0 Favorites   0 Comments

Color spaces of #8694ee

RGB 134148238
HSL0.640.750.73
HSV232°44°93°
CMYK 0.440.380.00   0.07
XYZ35.854032.421285.2571
Yxy32.42120.23350.2112
Hunter Lab56.939612.7544-48.9187
CIE-Lab63.689517.7846-46.9446

#8694ee color RGB value is (134,148,238).

#8694ee hex color red value is 134, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8694ee hue: 0.64 , saturation: 0.75 and the lightness value of 8694ee is 0.73.

The process color (four color CMYK) of #8694ee color hex is 0.44, 0.38, 0.00, 0.07. Web safe color of #8694ee is #9999ff. Color #8694ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010100 11101110
Octal 206 224 356
Decimal 134 148 238
Hex 86 94 EE

RGB Percentages of Color #8694ee

%25.77
%28.46
%45.77

CMYK Percentages of Color #8694ee

%44
%38
%0
%7

Triadic Colors of #8694ee

#8694ee #ee8694 #94ee86

Analogous Colors of #8694ee

#8694ee #ac86ee #86c8ee

Monochromatic Colors of #8694ee

#8694ee

Complementary Color

#8694ee #eee086

#8694ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8694ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8694ee Color CSS Codes

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

#8694ee Text Font Color

<p style="color:#8694ee">Text here</p>

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


#8694ee Background Color

<div style="background-color:#8694ee">
Div content here</div>

This div background color is #8694ee


#8694ee Border Color

<div style="border:3px solid #8694ee">
Div here</div>

This div border color is #8694ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,148,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8694ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8694ee;
  -webkit-box-shadow: 1px 1px 3px 2px #8694ee;
  box-shadow:         1px 1px 3px 2px #8694ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8694ee


Comments

No comments written yet.

Please login to write comment.