Color Hex Logo

#714458 Color Hex

#714458
(113,68,88)
0 Favorites   0 Comments

Color spaces of #714458

RGB 1136888
HSL0.930.250.35
HSV333°40°44°
CMYK 0.000.400.22   0.56
XYZ10.63868.349510.2834
Yxy8.34950.36340.2852
Hunter Lab28.895515.1521-0.8734
CIE-Lab34.700422.4277-3.6653

#714458 color RGB value is (113,68,88).

#714458 hex color red value is 113, green value is 68 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #714458 hue: 0.93 , saturation: 0.25 and the lightness value of 714458 is 0.35.

The process color (four color CMYK) of #714458 color hex is 0.00, 0.40, 0.22, 0.56. Web safe color of #714458 is #663366. Color #714458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000100 01011000
Octal 161 104 130
Decimal 113 68 88
Hex 71 44 58

RGB Percentages of Color #714458

%42.01
%25.28
%32.71

CMYK Percentages of Color #714458

%0
%40
%22
%56

Triadic Colors of #714458

#714458 #587144 #445871

Analogous Colors of #714458

#714458 #714744 #71446f

Monochromatic Colors of #714458

#714458

Complementary Color

#714458 #44715d

#714458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714458 Color CSS Codes

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

#714458 Text Font Color

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

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


#714458 Background Color

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

This div background color is #714458


#714458 Border Color

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

This div border color is #714458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714458


Comments

No comments written yet.

Please login to write comment.