Color Hex Logo

#714554 Color Hex

#714554
(113,69,84)
0 Favorites   0 Comments

Color spaces of #714554

RGB 1136984
HSL0.940.240.36
HSV340°39°44°
CMYK 0.000.390.26   0.56
XYZ10.53848.40709.4548
Yxy8.40700.37110.2960
Hunter Lab28.994814.13630.9628
CIE-Lab34.816521.1683-0.9500

#714554 color RGB value is (113,69,84).

#714554 hex color red value is 113, green value is 69 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #714554 hue: 0.94 , saturation: 0.24 and the lightness value of 714554 is 0.36.

The process color (four color CMYK) of #714554 color hex is 0.00, 0.39, 0.26, 0.56. Web safe color of #714554 is #663366. Color #714554 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000101 01010100
Octal 161 105 124
Decimal 113 69 84
Hex 71 45 54

RGB Percentages of Color #714554

%42.48
%25.94
%31.58

CMYK Percentages of Color #714554

%0
%39
%26
%56

Triadic Colors of #714554

#714554 #547145 #455471

Analogous Colors of #714554

#714554 #714c45 #71456a

Monochromatic Colors of #714554

#714554

Complementary Color

#714554 #457162

#714554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714554 Color CSS Codes

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

#714554 Text Font Color

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

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


#714554 Background Color

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

This div background color is #714554


#714554 Border Color

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

This div border color is #714554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714554

#714554 Color Palettes


Comments

No comments written yet.

Please login to write comment.