Color Hex Logo

#7083cb Color Hex

#7083CB
(112,131,203)
0 Favorites   0 Comments

Color spaces of #7083cb

RGB 112131203
HSL0.630.470.62
HSV227°45°80°
CMYK 0.450.350.00   0.20
XYZ25.577923.989159.7822
Yxy23.98910.23390.2194
Hunter Lab48.97877.5045-38.0829
CIE-Lab56.076912.1327-39.4994

#7083cb color RGB value is (112,131,203).

#7083cb hex color red value is 112, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7083cb hue: 0.63 , saturation: 0.47 and the lightness value of 7083cb is 0.62.

The process color (four color CMYK) of #7083cb color hex is 0.45, 0.35, 0.00, 0.20. Web safe color of #7083cb is #6699cc. Color #7083cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000011 11001011
Octal 160 203 313
Decimal 112 131 203
Hex 70 83 CB

RGB Percentages of Color #7083cb

%25.11
%29.37
%45.52

CMYK Percentages of Color #7083cb

%45
%35
%0
%20

Triadic Colors of #7083cb

#7083cb #cb7083 #83cb70

Analogous Colors of #7083cb

#7083cb #8b70cb #70b1cb

Monochromatic Colors of #7083cb

#7083cb

Complementary Color

#7083cb #cbb870

#7083cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7083cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7083cb Color CSS Codes

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

#7083cb Text Font Color

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

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


#7083cb Background Color

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

This div background color is #7083cb


#7083cb Border Color

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

This div border color is #7083cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7083cb


Comments

No comments written yet.

Please login to write comment.