Color Hex Logo

#714977 Color Hex

#714977
(113,73,119)
0 Favorites   0 Comments

Color spaces of #714977

RGB 11373119
HSL0.810.240.38
HSV292°39°47°
CMYK 0.050.390.00   0.53
XYZ12.52249.607718.6472
Yxy9.60770.30710.2356
Hunter Lab30.996317.8699-13.9711
CIE-Lab37.128925.4170-19.4644

#714977 color RGB value is (113,73,119).

#714977 hex color red value is 113, green value is 73 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #714977 hue: 0.81 , saturation: 0.24 and the lightness value of 714977 is 0.38.

The process color (four color CMYK) of #714977 color hex is 0.05, 0.39, 0.00, 0.53. Web safe color of #714977 is #663366. Color #714977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01001001 01110111
Octal 161 111 167
Decimal 113 73 119
Hex 71 49 77

RGB Percentages of Color #714977

%37.05
%23.93
%39.02

CMYK Percentages of Color #714977

%5
%39
%0
%53

Triadic Colors of #714977

#714977 #777149 #497771

Analogous Colors of #714977

#714977 #774966 #5a4977

Monochromatic Colors of #714977

#714977

Complementary Color

#714977 #4f7749

#714977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714977 Color CSS Codes

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

#714977 Text Font Color

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

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


#714977 Background Color

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

This div background color is #714977


#714977 Border Color

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

This div border color is #714977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714977


Comments

No comments written yet.

Please login to write comment.