Color Hex Logo

#7880b5 Color Hex

#7880B5
(120,128,181)
0 Favorites   0 Comments

Color spaces of #7880b5

RGB 120128181
HSL0.640.290.59
HSV232°34°71°
CMYK 0.340.290.00   0.29
XYZ23.805422.767646.8560
Yxy22.76760.25480.2437
Hunter Lab47.71545.5524-24.8213
CIE-Lab54.83219.8620-28.8715

#7880b5 color RGB value is (120,128,181).

#7880b5 hex color red value is 120, green value is 128 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7880b5 hue: 0.64 , saturation: 0.29 and the lightness value of 7880b5 is 0.59.

The process color (four color CMYK) of #7880b5 color hex is 0.34, 0.29, 0.00, 0.29. Web safe color of #7880b5 is #6699cc. Color #7880b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 10110101
Octal 170 200 265
Decimal 120 128 181
Hex 78 80 B5

RGB Percentages of Color #7880b5

%27.97
%29.84
%42.19

CMYK Percentages of Color #7880b5

%34
%29
%0
%29

Triadic Colors of #7880b5

#7880b5 #b57880 #80b578

Analogous Colors of #7880b5

#7880b5 #8f78b5 #789fb5

Monochromatic Colors of #7880b5

#7880b5

Complementary Color

#7880b5 #b5ad78

#7880b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7880b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7880b5 Color CSS Codes

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

#7880b5 Text Font Color

<p style="color:#7880b5">Text here</p>

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


#7880b5 Background Color

<div style="background-color:#7880b5">
Div content here</div>

This div background color is #7880b5


#7880b5 Border Color

<div style="border:3px solid #7880b5">
Div here</div>

This div border color is #7880b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7880b5

#7880b5 Color Palettes


Comments

No comments written yet.

Please login to write comment.