Color Hex Logo

#7081bb Color Hex

#7081BB
(112,129,187)
0 Favorites   0 Comments

Color spaces of #7081bb

RGB 112129187
HSL0.630.360.59
HSV226°40°73°
CMYK 0.400.310.00   0.27
XYZ23.502022.733150.1630
Yxy22.73310.24380.2358
Hunter Lab47.67924.5474-29.0031
CIE-Lab54.79648.6716-32.4051

#7081bb color RGB value is (112,129,187).

#7081bb hex color red value is 112, green value is 129 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7081bb hue: 0.63 , saturation: 0.36 and the lightness value of 7081bb is 0.59.

The process color (four color CMYK) of #7081bb color hex is 0.40, 0.31, 0.00, 0.27. Web safe color of #7081bb is #6699cc. Color #7081bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 10111011
Octal 160 201 273
Decimal 112 129 187
Hex 70 81 BB

RGB Percentages of Color #7081bb

%26.17
%30.14
%43.69

CMYK Percentages of Color #7081bb

%40
%31
%0
%27

Triadic Colors of #7081bb

#7081bb #bb7081 #81bb70

Analogous Colors of #7081bb

#7081bb #8570bb #70a7bb

Monochromatic Colors of #7081bb

#7081bb

Complementary Color

#7081bb #bbaa70

#7081bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7081bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7081bb Color CSS Codes

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

#7081bb Text Font Color

<p style="color:#7081bb">Text here</p>

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


#7081bb Background Color

<div style="background-color:#7081bb">
Div content here</div>

This div background color is #7081bb


#7081bb Border Color

<div style="border:3px solid #7081bb">
Div here</div>

This div border color is #7081bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,129,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7081bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7081bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7081bb;
  box-shadow:         1px 1px 3px 2px #7081bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7081bb


Comments

No comments written yet.

Please login to write comment.