Color Hex Logo

#8685ea Color Hex

#8685EA
(134,133,234)
0 Favorites   0 Comments

Color spaces of #8685ea

RGB 134133234
HSL0.670.710.72
HSV241°43°92°
CMYK 0.430.430.00   0.08
XYZ33.070327.783981.4617
Yxy27.78390.23240.1952
Hunter Lab52.710419.7469-54.7328
CIE-Lab59.693025.4081-51.0580

#8685ea color RGB value is (134,133,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10000101 11101010
Octal 206 205 352
Decimal 134 133 234
Hex 86 85 EA

RGB Percentages of Color #8685ea

%26.75
%26.55
%46.71

CMYK Percentages of Color #8685ea

%43
%43
%0
%8

Triadic Colors of #8685ea

#8685ea #ea8685 #85ea86

Analogous Colors of #8685ea

#8685ea #b985ea #85b7ea

Monochromatic Colors of #8685ea

#8685ea

Complementary Color

#8685ea #e9ea85

#8685ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8685ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8685ea Color CSS Codes

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

#8685ea Text Font Color

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

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


#8685ea Background Color

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

This div background color is #8685ea


#8685ea Border Color

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

This div border color is #8685ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8685ea


Comments

No comments written yet.

Please login to write comment.