Color Hex Logo

#8780dd Color Hex

#8780DD
(135,128,221)
0 Favorites   0 Comments

Color spaces of #8780dd

RGB 135128221
HSL0.680.580.68
HSV245°42°87°
CMYK 0.390.420.00   0.13
XYZ30.762025.809771.7670
Yxy25.80970.23970.2011
Hunter Lab50.803219.1783-48.1935
CIE-Lab57.856024.9460-46.7165

#8780dd color RGB value is (135,128,221).

#8780dd hex color red value is 135, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8780dd hue: 0.68 , saturation: 0.58 and the lightness value of 8780dd is 0.68.

The process color (four color CMYK) of #8780dd color hex is 0.39, 0.42, 0.00, 0.13. Web safe color of #8780dd is #9999cc. Color #8780dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 11011101
Octal 207 200 335
Decimal 135 128 221
Hex 87 80 DD

RGB Percentages of Color #8780dd

%27.89
%26.45
%45.66

CMYK Percentages of Color #8780dd

%39
%42
%0
%13

Triadic Colors of #8780dd

#8780dd #dd8780 #80dd87

Analogous Colors of #8780dd

#8780dd #b680dd #80a8dd

Monochromatic Colors of #8780dd

#8780dd

Complementary Color

#8780dd #d6dd80

#8780dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8780dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8780dd Color CSS Codes

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

#8780dd Text Font Color

<p style="color:#8780dd">Text here</p>

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


#8780dd Background Color

<div style="background-color:#8780dd">
Div content here</div>

This div background color is #8780dd


#8780dd Border Color

<div style="border:3px solid #8780dd">
Div here</div>

This div border color is #8780dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,128,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8780dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8780dd;
  -webkit-box-shadow: 1px 1px 3px 2px #8780dd;
  box-shadow:         1px 1px 3px 2px #8780dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,128,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8780dd


Comments

No comments written yet.

Please login to write comment.