Color Hex Logo

#8586ea Color Hex

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

Color spaces of #8586ea

RGB 133134234
HSL0.670.710.72
HSV239°43°92°
CMYK 0.430.430.00   0.08
XYZ33.049227.977381.5002
Yxy27.97730.23190.1963
Hunter Lab52.893618.9674-54.3305
CIE-Lab59.868224.5780-50.7845

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

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

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

Base Numbers

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

RGB Percentages of Color #8586ea

%26.55
%26.75
%46.71

CMYK Percentages of Color #8586ea

%43
%43
%0
%8

Triadic Colors of #8586ea

#8586ea #ea8586 #86ea85

Analogous Colors of #8586ea

#8586ea #b785ea #85b9ea

Monochromatic Colors of #8586ea

#8586ea

Complementary Color

#8586ea #eae985

#8586ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8586ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8586ea Color CSS Codes

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

#8586ea Text Font Color

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

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


#8586ea Background Color

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

This div background color is #8586ea


#8586ea Border Color

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

This div border color is #8586ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8586ea


Comments

No comments written yet.

Please login to write comment.