Color Hex Logo

#711683 Color Hex

#711683
(113,22,131)
0 Favorites   0 Comments

Color spaces of #711683

RGB 11322131
HSL0.810.710.30
HSV290°83°51°
CMYK 0.140.830.00   0.49
XYZ11.19375.723221.9874
Yxy5.72320.28770.1471
Hunter Lab23.923241.6548-37.7461
CIE-Lab28.703152.3983-40.2626

#711683 color RGB value is (113,22,131).

#711683 hex color red value is 113, green value is 22 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #711683 hue: 0.81 , saturation: 0.71 and the lightness value of 711683 is 0.30.

The process color (four color CMYK) of #711683 color hex is 0.14, 0.83, 0.00, 0.49. Web safe color of #711683 is #660099. Color #711683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010110 10000011
Octal 161 26 203
Decimal 113 22 131
Hex 71 16 83

RGB Percentages of Color #711683

%42.48
%8.27
%49.25

CMYK Percentages of Color #711683

%14
%83
%0
%49

Triadic Colors of #711683

#711683 #837116 #168371

Analogous Colors of #711683

#711683 #83165f #3a1683

Monochromatic Colors of #711683

#711683

Complementary Color

#711683 #288316

#711683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711683 Color CSS Codes

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

#711683 Text Font Color

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

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


#711683 Background Color

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

This div background color is #711683


#711683 Border Color

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

This div border color is #711683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711683


Comments

No comments written yet.

Please login to write comment.