Color Hex Logo

#7183be Color Hex

#7183BE
(113,131,190)
0 Favorites   0 Comments

Color spaces of #7183be

RGB 113131190
HSL0.630.370.59
HSV226°41°75°
CMYK 0.410.310.00   0.25
XYZ24.220623.461051.9671
Yxy23.46100.24310.2354
Hunter Lab48.43664.4946-29.7061
CIE-Lab55.54408.6153-32.9460

#7183be color RGB value is (113,131,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000011 10111110
Octal 161 203 276
Decimal 113 131 190
Hex 71 83 BE

RGB Percentages of Color #7183be

%26.04
%30.18
%43.78

CMYK Percentages of Color #7183be

%41
%31
%0
%25

Triadic Colors of #7183be

#7183be #be7183 #83be71

Analogous Colors of #7183be

#7183be #8671be #71aabe

Monochromatic Colors of #7183be

#7183be

Complementary Color

#7183be #beac71

#7183be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7183be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7183be Color CSS Codes

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

#7183be Text Font Color

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

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


#7183be Background Color

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

This div background color is #7183be


#7183be Border Color

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

This div border color is #7183be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7183be


Comments

No comments written yet.

Please login to write comment.