Color Hex Logo

#8693ea Color Hex

#8693EA
(134,147,234)
0 Favorites   0 Comments

Color spaces of #8693ea

RGB 134147234
HSL0.650.700.72
HSV232°43°92°
CMYK 0.430.370.00   0.08
XYZ35.116531.876382.1438
Yxy31.87630.23550.2137
Hunter Lab56.459112.2202-46.7412
CIE-Lab63.240517.2255-45.4470

#8693ea color RGB value is (134,147,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 11101010
Octal 206 223 352
Decimal 134 147 234
Hex 86 93 EA

RGB Percentages of Color #8693ea

%26.02
%28.54
%45.44

CMYK Percentages of Color #8693ea

%43
%37
%0
%8

Triadic Colors of #8693ea

#8693ea #ea8693 #93ea86

Analogous Colors of #8693ea

#8693ea #ab86ea #86c5ea

Monochromatic Colors of #8693ea

#8693ea

Complementary Color

#8693ea #eadd86

#8693ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8693ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8693ea Color CSS Codes

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

#8693ea Text Font Color

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

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


#8693ea Background Color

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

This div background color is #8693ea


#8693ea Border Color

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

This div border color is #8693ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,147,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 #8693ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8693ea


Comments

No comments written yet.

Please login to write comment.