Color Hex Logo

#614858 Color Hex

#614858
(97,72,88)
0 Favorites   0 Comments

Color spaces of #614858

RGB 977288
HSL0.890.150.33
HSV322°26°38°
CMYK 0.000.260.09   0.62
XYZ9.00867.880710.2788
Yxy7.88070.33160.2901
Hunter Lab28.07268.1543-2.0583
CIE-Lab33.733213.6021-5.3194

#614858 color RGB value is (97,72,88).

#614858 hex color red value is 97, green value is 72 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #614858 hue: 0.89 , saturation: 0.15 and the lightness value of 614858 is 0.33.

The process color (four color CMYK) of #614858 color hex is 0.00, 0.26, 0.09, 0.62. Web safe color of #614858 is #663366. Color #614858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001000 01011000
Octal 141 110 130
Decimal 97 72 88
Hex 61 48 58

RGB Percentages of Color #614858

%37.74
%28.02
%34.24

CMYK Percentages of Color #614858

%0
%26
%9
%62

Triadic Colors of #614858

#614858 #586148 #485861

Analogous Colors of #614858

#614858 #61484c #5e4861

Monochromatic Colors of #614858

#614858

Complementary Color

#614858 #486151

#614858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614858 Color CSS Codes

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

#614858 Text Font Color

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

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


#614858 Background Color

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

This div background color is #614858


#614858 Border Color

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

This div border color is #614858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614858


Comments

No comments written yet.

Please login to write comment.