Color Hex Logo

#7083ff Color Hex

#7083FF
(112,131,255)
0 Favorites   0 Comments

Color spaces of #7083ff

RGB 112131255
HSL0.641.000.72
HSV232°56°100°
CMYK 0.560.490.00   0.00
XYZ32.848426.897398.0681
Yxy26.89730.20810.1704
Hunter Lab51.862622.2976-75.8089
CIE-Lab58.879128.1277-64.0441

#7083ff color RGB value is (112,131,255).

#7083ff hex color red value is 112, green value is 131 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7083ff hue: 0.64 , saturation: 1.00 and the lightness value of 7083ff is 0.72.

The process color (four color CMYK) of #7083ff color hex is 0.56, 0.49, 0.00, 0.00. Web safe color of #7083ff is #6699ff. Color #7083ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 11111111
Octal 160 203 377
Decimal 112 131 255
Hex 70 83 FF

RGB Percentages of Color #7083ff

%22.49
%26.31
%51.20

CMYK Percentages of Color #7083ff

%56
%49
%0
%0

Triadic Colors of #7083ff

#7083ff #ff7083 #83ff70

Analogous Colors of #7083ff

#7083ff #a570ff #70cbff

Monochromatic Colors of #7083ff

#7083ff

Complementary Color

#7083ff #ffec70

#7083ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7083ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7083ff Color CSS Codes

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

#7083ff Text Font Color

<p style="color:#7083ff">Text here</p>

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


#7083ff Background Color

<div style="background-color:#7083ff">
Div content here</div>

This div background color is #7083ff


#7083ff Border Color

<div style="border:3px solid #7083ff">
Div here</div>

This div border color is #7083ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,131,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7083ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7083ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7083ff;
  box-shadow:         1px 1px 3px 2px #7083ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7083ff

#7083ff Color Palettes


Comments

No comments written yet.

Please login to write comment.