Color Hex Logo

#7888be Color Hex

#7888BE
(120,136,190)
0 Favorites   0 Comments

Color spaces of #7888be

RGB 120136190
HSL0.630.350.61
HSV226°37°75°
CMYK 0.370.280.00   0.25
XYZ25.844225.319152.2401
Yxy25.31910.24990.2449
Hunter Lab50.31813.6239-26.3321
CIE-Lab57.38507.6106-30.0451

#7888be color RGB value is (120,136,190).

#7888be hex color red value is 120, green value is 136 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7888be hue: 0.63 , saturation: 0.35 and the lightness value of 7888be is 0.61.

The process color (four color CMYK) of #7888be color hex is 0.37, 0.28, 0.00, 0.25. Web safe color of #7888be is #6699cc. Color #7888be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001000 10111110
Octal 170 210 276
Decimal 120 136 190
Hex 78 88 BE

RGB Percentages of Color #7888be

%26.91
%30.49
%42.60

CMYK Percentages of Color #7888be

%37
%28
%0
%25

Triadic Colors of #7888be

#7888be #be7888 #88be78

Analogous Colors of #7888be

#7888be #8b78be #78abbe

Monochromatic Colors of #7888be

#7888be

Complementary Color

#7888be #beae78

#7888be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7888be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7888be Color CSS Codes

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

#7888be Text Font Color

<p style="color:#7888be">Text here</p>

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


#7888be Background Color

<div style="background-color:#7888be">
Div content here</div>

This div background color is #7888be


#7888be Border Color

<div style="border:3px solid #7888be">
Div here</div>

This div border color is #7888be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,136,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7888be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7888be;
  -webkit-box-shadow: 1px 1px 3px 2px #7888be;
  box-shadow:         1px 1px 3px 2px #7888be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7888be


Comments

No comments written yet.

Please login to write comment.