Color Hex Logo

#7080be Color Hex

#7080BE
(112,128,190)
0 Favorites   0 Comments

Color spaces of #7080be

RGB 112128190
HSL0.630.380.59
HSV228°41°75°
CMYK 0.410.330.00   0.25
XYZ23.695522.600851.8287
Yxy22.60080.24150.2303
Hunter Lab47.54035.7742-31.3601
CIE-Lab54.658710.1237-34.3335

#7080be color RGB value is (112,128,190).

#7080be hex color red value is 112, green value is 128 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7080be hue: 0.63 , saturation: 0.38 and the lightness value of 7080be is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000000 10111110
Octal 160 200 276
Decimal 112 128 190
Hex 70 80 BE

RGB Percentages of Color #7080be

%26.05
%29.77
%44.19

CMYK Percentages of Color #7080be

%41
%33
%0
%25

Triadic Colors of #7080be

#7080be #be7080 #80be70

Analogous Colors of #7080be

#7080be #8770be #70a7be

Monochromatic Colors of #7080be

#7080be

Complementary Color

#7080be #beae70

#7080be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7080be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7080be Color CSS Codes

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

#7080be Text Font Color

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

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


#7080be Background Color

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

This div background color is #7080be


#7080be Border Color

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

This div border color is #7080be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7080be


Comments

No comments written yet.

Please login to write comment.