Color Hex Logo

#714986 Color Hex

#714986
(113,73,134)
0 Favorites   0 Comments

Color spaces of #714986

RGB 11373134
HSL0.780.290.41
HSV279°46°53°
CMYK 0.160.460.00   0.47
XYZ13.49579.997023.7726
Yxy9.99700.28550.2115
Hunter Lab31.618020.8586-22.4457
CIE-Lab37.837028.7927-27.6077

#714986 color RGB value is (113,73,134).

#714986 hex color red value is 113, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #714986 hue: 0.78 , saturation: 0.29 and the lightness value of 714986 is 0.41.

The process color (four color CMYK) of #714986 color hex is 0.16, 0.46, 0.00, 0.47. Web safe color of #714986 is #663399. Color #714986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001001 10000110
Octal 161 111 206
Decimal 113 73 134
Hex 71 49 86

RGB Percentages of Color #714986

%35.31
%22.81
%41.88

CMYK Percentages of Color #714986

%16
%46
%0
%47

Triadic Colors of #714986

#714986 #867149 #498671

Analogous Colors of #714986

#714986 #86497d #534986

Monochromatic Colors of #714986

#714986

Complementary Color

#714986 #5e8649

#714986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714986 Color CSS Codes

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

#714986 Text Font Color

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

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


#714986 Background Color

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

This div background color is #714986


#714986 Border Color

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

This div border color is #714986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714986


Comments

No comments written yet.

Please login to write comment.