Color Hex Logo

#8599ed Color Hex

#8599ED
(133,153,237)
0 Favorites   0 Comments

Color spaces of #8599ed

RGB 133153237
HSL0.630.740.73
HSV228°44°93°
CMYK 0.440.350.00   0.07
XYZ36.350233.883484.7451
Yxy33.88340.23450.2186
Hunter Lab58.20949.6018-45.5716
CIE-Lab64.869914.3555-44.5396

#8599ed color RGB value is (133,153,237).

#8599ed hex color red value is 133, green value is 153 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8599ed hue: 0.63 , saturation: 0.74 and the lightness value of 8599ed is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011001 11101101
Octal 205 231 355
Decimal 133 153 237
Hex 85 99 ED

RGB Percentages of Color #8599ed

%25.43
%29.25
%45.32

CMYK Percentages of Color #8599ed

%44
%35
%0
%7

Triadic Colors of #8599ed

#8599ed #ed8599 #99ed85

Analogous Colors of #8599ed

#8599ed #a585ed #85cded

Monochromatic Colors of #8599ed

#8599ed

Complementary Color

#8599ed #edd985

#8599ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8599ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8599ed Color CSS Codes

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

#8599ed Text Font Color

<p style="color:#8599ed">Text here</p>

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


#8599ed Background Color

<div style="background-color:#8599ed">
Div content here</div>

This div background color is #8599ed


#8599ed Border Color

<div style="border:3px solid #8599ed">
Div here</div>

This div border color is #8599ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,153,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8599ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8599ed;
  -webkit-box-shadow: 1px 1px 3px 2px #8599ed;
  box-shadow:         1px 1px 3px 2px #8599ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,153,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8599ed


Comments

No comments written yet.

Please login to write comment.