Color Hex Logo

#8078dd Color Hex

#8078DD
(128,120,221)
0 Favorites   0 Comments

Color spaces of #8078dd

RGB 128120221
HSL0.680.600.67
HSV245°46°87°
CMYK 0.420.460.00   0.13
XYZ28.669723.242671.3818
Yxy23.24260.23250.1885
Hunter Lab48.210621.7812-54.0389
CIE-Lab55.321427.9046-50.7745

#8078dd color RGB value is (128,120,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 11011101
Octal 200 170 335
Decimal 128 120 221
Hex 80 78 DD

RGB Percentages of Color #8078dd

%27.29
%25.59
%47.12

CMYK Percentages of Color #8078dd

%42
%46
%0
%13

Triadic Colors of #8078dd

#8078dd #dd8078 #78dd80

Analogous Colors of #8078dd

#8078dd #b378dd #78a3dd

Monochromatic Colors of #8078dd

#8078dd

Complementary Color

#8078dd #d5dd78

#8078dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8078dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8078dd Color CSS Codes

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

#8078dd Text Font Color

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

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


#8078dd Background Color

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

This div background color is #8078dd


#8078dd Border Color

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

This div border color is #8078dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,120,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 #8078dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8078dd


Comments

No comments written yet.

Please login to write comment.