Color Hex Logo

#714777 Color Hex

#714777
(113,71,119)
0 Favorites   0 Comments

Color spaces of #714777

RGB 11371119
HSL0.810.250.37
HSV293°40°47°
CMYK 0.050.400.00   0.53
XYZ12.39319.349118.6041
Yxy9.34910.30720.2317
Hunter Lab30.576318.8406-14.6715
CIE-Lab36.647926.6116-20.2081

#714777 color RGB value is (113,71,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 01110111
Octal 161 107 167
Decimal 113 71 119
Hex 71 47 77

RGB Percentages of Color #714777

%37.29
%23.43
%39.27

CMYK Percentages of Color #714777

%5
%40
%0
%53

Triadic Colors of #714777

#714777 #777147 #477771

Analogous Colors of #714777

#714777 #774765 #594777

Monochromatic Colors of #714777

#714777

Complementary Color

#714777 #4d7747

#714777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714777 Color CSS Codes

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

#714777 Text Font Color

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

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


#714777 Background Color

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

This div background color is #714777


#714777 Border Color

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

This div border color is #714777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714777


Comments

No comments written yet.

Please login to write comment.