Color Hex Logo

#8589dc Color Hex

#8589DC
(133,137,220)
0 Favorites   0 Comments

Color spaces of #8589dc

RGB 133137220
HSL0.660.550.69
HSV237°40°86°
CMYK 0.400.380.00   0.14
XYZ31.536828.045271.4612
Yxy28.04520.24070.2140
Hunter Lab52.957713.6224-42.9356
CIE-Lab59.929618.8664-42.8938

#8589dc color RGB value is (133,137,220).

#8589dc hex color red value is 133, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8589dc hue: 0.66 , saturation: 0.55 and the lightness value of 8589dc is 0.69.

The process color (four color CMYK) of #8589dc color hex is 0.40, 0.38, 0.00, 0.14. Web safe color of #8589dc is #9999cc. Color #8589dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 11011100
Octal 205 211 334
Decimal 133 137 220
Hex 85 89 DC

RGB Percentages of Color #8589dc

%27.14
%27.96
%44.90

CMYK Percentages of Color #8589dc

%40
%38
%0
%14

Triadic Colors of #8589dc

#8589dc #dc8589 #89dc85

Analogous Colors of #8589dc

#8589dc #ad85dc #85b5dc

Monochromatic Colors of #8589dc

#8589dc

Complementary Color

#8589dc #dcd885

#8589dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8589dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8589dc Color CSS Codes

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

#8589dc Text Font Color

<p style="color:#8589dc">Text here</p>

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


#8589dc Background Color

<div style="background-color:#8589dc">
Div content here</div>

This div background color is #8589dc


#8589dc Border Color

<div style="border:3px solid #8589dc">
Div here</div>

This div border color is #8589dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,137,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8589dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8589dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8589dc;
  box-shadow:         1px 1px 3px 2px #8589dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8589dc


Comments

No comments written yet.

Please login to write comment.