Color Hex Logo

#714766 Color Hex

#714766
(113,71,102)
0 Favorites   0 Comments

Color spaces of #714766

RGB 11371102
HSL0.880.230.36
HSV316°37°44°
CMYK 0.000.370.10   0.56
XYZ11.46168.976513.6989
Yxy8.97650.33580.2630
Hunter Lab29.960815.8543-6.1364
CIE-Lab35.939023.1488-10.6663

#714766 color RGB value is (113,71,102).

#714766 hex color red value is 113, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #714766 hue: 0.88 , saturation: 0.23 and the lightness value of 714766 is 0.36.

The process color (four color CMYK) of #714766 color hex is 0.00, 0.37, 0.10, 0.56. Web safe color of #714766 is #663366. Color #714766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 01100110
Octal 161 107 146
Decimal 113 71 102
Hex 71 47 66

RGB Percentages of Color #714766

%39.51
%24.83
%35.66

CMYK Percentages of Color #714766

%0
%37
%10
%56

Triadic Colors of #714766

#714766 #667147 #476671

Analogous Colors of #714766

#714766 #714751 #674771

Monochromatic Colors of #714766

#714766

Complementary Color

#714766 #477152

#714766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714766 Color CSS Codes

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

#714766 Text Font Color

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

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


#714766 Background Color

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

This div background color is #714766


#714766 Border Color

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

This div border color is #714766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714766


Comments

No comments written yet.

Please login to write comment.