Color Hex Logo

#7076ba Color Hex

#7076BA
(112,118,186)
0 Favorites   0 Comments

Color spaces of #7076ba

RGB 112118186
HSL0.650.350.58
HSV235°40°73°
CMYK 0.400.370.00   0.27
XYZ22.023519.946849.1437
Yxy19.94680.24170.2189
Hunter Lab44.66189.8631-33.9765
CIE-Lab51.777014.9621-36.5574

#7076ba color RGB value is (112,118,186).

#7076ba hex color red value is 112, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7076ba hue: 0.65 , saturation: 0.35 and the lightness value of 7076ba is 0.58.

The process color (four color CMYK) of #7076ba color hex is 0.40, 0.37, 0.00, 0.27. Web safe color of #7076ba is #6666cc. Color #7076ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01110110 10111010
Octal 160 166 272
Decimal 112 118 186
Hex 70 76 BA

RGB Percentages of Color #7076ba

%26.92
%28.37
%44.71

CMYK Percentages of Color #7076ba

%40
%37
%0
%27

Triadic Colors of #7076ba

#7076ba #ba7076 #76ba70

Analogous Colors of #7076ba

#7076ba #8f70ba #709bba

Monochromatic Colors of #7076ba

#7076ba

Complementary Color

#7076ba #bab470

#7076ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7076ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7076ba Color CSS Codes

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

#7076ba Text Font Color

<p style="color:#7076ba">Text here</p>

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


#7076ba Background Color

<div style="background-color:#7076ba">
Div content here</div>

This div background color is #7076ba


#7076ba Border Color

<div style="border:3px solid #7076ba">
Div here</div>

This div border color is #7076ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,118,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7076ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7076ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7076ba;
  box-shadow:         1px 1px 3px 2px #7076ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7076ba


Comments

No comments written yet.

Please login to write comment.