Color Hex Logo

#7081be Color Hex

#7081BE
(112,129,190)
0 Favorites   0 Comments

Color spaces of #7081be

RGB 112129190
HSL0.630.380.59
HSV227°41°75°
CMYK 0.410.320.00   0.25
XYZ23.826622.863051.8724
Yxy22.86300.24170.2320
Hunter Lab47.81535.2708-30.8501
CIE-Lab54.93099.5297-33.9080

#7081be color RGB value is (112,129,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000001 10111110
Octal 160 201 276
Decimal 112 129 190
Hex 70 81 BE

RGB Percentages of Color #7081be

%25.99
%29.93
%44.08

CMYK Percentages of Color #7081be

%41
%32
%0
%25

Triadic Colors of #7081be

#7081be #be7081 #81be70

Analogous Colors of #7081be

#7081be #8670be #70a8be

Monochromatic Colors of #7081be

#7081be

Complementary Color

#7081be #bead70

#7081be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7081be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7081be Color CSS Codes

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

#7081be Text Font Color

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

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


#7081be Background Color

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

This div background color is #7081be


#7081be Border Color

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

This div border color is #7081be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7081be


Comments

No comments written yet.

Please login to write comment.