Color Hex Logo

#614354 Color Hex

#614354
(97,67,84)
0 Favorites   0 Comments

Color spaces of #614354

RGB 976784
HSL0.910.180.32
HSV326°31°38°
CMYK 0.000.310.13   0.62
XYZ8.53727.19589.3265
Yxy7.19580.34070.2871
Hunter Lab26.82509.8649-1.8364
CIE-Lab32.248615.9535-4.9751

#614354 color RGB value is (97,67,84).

#614354 hex color red value is 97, green value is 67 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #614354 hue: 0.91 , saturation: 0.18 and the lightness value of 614354 is 0.32.

The process color (four color CMYK) of #614354 color hex is 0.00, 0.31, 0.13, 0.62. Web safe color of #614354 is #663366. Color #614354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000011 01010100
Octal 141 103 124
Decimal 97 67 84
Hex 61 43 54

RGB Percentages of Color #614354

%39.11
%27.02
%33.87

CMYK Percentages of Color #614354

%0
%31
%13
%62

Triadic Colors of #614354

#614354 #546143 #435461

Analogous Colors of #614354

#614354 #614345 #5f4361

Monochromatic Colors of #614354

#614354

Complementary Color

#614354 #436150

#614354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614354 Color CSS Codes

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

#614354 Text Font Color

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

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


#614354 Background Color

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

This div background color is #614354


#614354 Border Color

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

This div border color is #614354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614354


Comments

No comments written yet.

Please login to write comment.