Color Hex Logo

#8590ee Color Hex

#8590EE
(133,144,238)
0 Favorites   0 Comments

Color spaces of #8590ee

RGB 133144238
HSL0.650.760.73
HSV234°44°93°
CMYK 0.440.390.00   0.07
XYZ35.078731.106185.0441
Yxy31.10610.23200.2057
Hunter Lab55.772814.6663-51.3662
CIE-Lab62.597119.8701-48.6744

#8590ee color RGB value is (133,144,238).

#8590ee hex color red value is 133, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8590ee hue: 0.65 , saturation: 0.76 and the lightness value of 8590ee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10010000 11101110
Octal 205 220 356
Decimal 133 144 238
Hex 85 90 EE

RGB Percentages of Color #8590ee

%25.83
%27.96
%46.21

CMYK Percentages of Color #8590ee

%44
%39
%0
%7

Triadic Colors of #8590ee

#8590ee #ee8590 #90ee85

Analogous Colors of #8590ee

#8590ee #af85ee #85c5ee

Monochromatic Colors of #8590ee

#8590ee

Complementary Color

#8590ee #eee385

#8590ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8590ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8590ee Color CSS Codes

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

#8590ee Text Font Color

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

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


#8590ee Background Color

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

This div background color is #8590ee


#8590ee Border Color

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

This div border color is #8590ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8590ee


Comments

No comments written yet.

Please login to write comment.