Color Hex Logo

#7183ff Color Hex

#7183FF
(113,131,255)
0 Favorites   0 Comments

Color spaces of #7183ff

RGB 113131255
HSL0.651.000.72
HSV232°56°100°
CMYK 0.560.490.00   0.00
XYZ32.976426.963398.0741
Yxy26.96330.20870.1706
Hunter Lab51.926222.4879-75.6339
CIE-Lab58.940328.3191-63.9425

#7183ff color RGB value is (113,131,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000011 11111111
Octal 161 203 377
Decimal 113 131 255
Hex 71 83 FF

RGB Percentages of Color #7183ff

%22.65
%26.25
%51.10

CMYK Percentages of Color #7183ff

%56
%49
%0
%0

Triadic Colors of #7183ff

#7183ff #ff7183 #83ff71

Analogous Colors of #7183ff

#7183ff #a671ff #71caff

Monochromatic Colors of #7183ff

#7183ff

Complementary Color

#7183ff #ffed71

#7183ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7183ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7183ff Color CSS Codes

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

#7183ff Text Font Color

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

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


#7183ff Background Color

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

This div background color is #7183ff


#7183ff Border Color

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

This div border color is #7183ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7183ff

Related Colors


Comments

No comments written yet.

Please login to write comment.