Color Hex Logo

#8789dc Color Hex

#8789DC
(135,137,220)
0 Favorites   0 Comments

Color spaces of #8789dc

RGB 135137220
HSL0.660.550.70
HSV239°39°86°
CMYK 0.390.380.00   0.14
XYZ31.855628.209571.4762
Yxy28.20950.24220.2145
Hunter Lab53.112614.1127-42.6106
CIE-Lab60.077519.3910-42.6508

#8789dc color RGB value is (135,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 11011100
Octal 207 211 334
Decimal 135 137 220
Hex 87 89 DC

RGB Percentages of Color #8789dc

%27.44
%27.85
%44.72

CMYK Percentages of Color #8789dc

%39
%38
%0
%14

Triadic Colors of #8789dc

#8789dc #dc8789 #89dc87

Analogous Colors of #8789dc

#8789dc #b087dc #87b4dc

Monochromatic Colors of #8789dc

#8789dc

Complementary Color

#8789dc #dcda87

#8789dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8789dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8789dc Color CSS Codes

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

#8789dc Text Font Color

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

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


#8789dc Background Color

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

This div background color is #8789dc


#8789dc Border Color

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

This div border color is #8789dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,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 #8789dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8789dc


Comments

No comments written yet.

Please login to write comment.