Color Hex Logo

#714258 Color Hex

#714258
(113,66,88)
0 Favorites   0 Comments

Color spaces of #714258

RGB 1136688
HSL0.920.260.35
HSV332°42°44°
CMYK 0.000.420.22   0.56
XYZ10.51978.111710.2438
Yxy8.11170.36430.2809
Hunter Lab28.481016.0886-1.3881
CIE-Lab34.214423.6213-4.3861

#714258 color RGB value is (113,66,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01011000
Octal 161 102 130
Decimal 113 66 88
Hex 71 42 58

RGB Percentages of Color #714258

%42.32
%24.72
%32.96

CMYK Percentages of Color #714258

%0
%42
%22
%56

Triadic Colors of #714258

#714258 #587142 #425871

Analogous Colors of #714258

#714258 #714442 #714270

Monochromatic Colors of #714258

#714258

Complementary Color

#714258 #42715b

#714258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#714258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#714258 Color CSS Codes

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

#714258 Text Font Color

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

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


#714258 Background Color

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

This div background color is #714258


#714258 Border Color

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

This div border color is #714258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #714258


Comments

No comments written yet.

Please login to write comment.