Color Hex Logo

#614c8d Color Hex

#614C8D
(97,76,141)
0 Favorites   0 Comments

Color spaces of #614c8d

RGB 9776141
HSL0.720.300.43
HSV259°46°55°
CMYK 0.310.460.00   0.45
XYZ12.32199.633426.4093
Yxy9.63340.25480.1992
Hunter Lab31.037716.5481-28.7221
CIE-Lab37.176323.8478-33.0443

#614c8d color RGB value is (97,76,141).

#614c8d hex color red value is 97, green value is 76 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #614c8d hue: 0.72 , saturation: 0.30 and the lightness value of 614c8d is 0.43.

The process color (four color CMYK) of #614c8d color hex is 0.31, 0.46, 0.00, 0.45. Web safe color of #614c8d is #663399. Color #614c8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001100 10001101
Octal 141 114 215
Decimal 97 76 141
Hex 61 4C 8D

RGB Percentages of Color #614c8d

%30.89
%24.20
%44.90

CMYK Percentages of Color #614c8d

%31
%46
%0
%45

Triadic Colors of #614c8d

#614c8d #8d614c #4c8d61

Analogous Colors of #614c8d

#614c8d #824c8d #4c588d

Monochromatic Colors of #614c8d

#614c8d

Complementary Color

#614c8d #788d4c

#614c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#614c8d Color CSS Codes

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

#614c8d Text Font Color

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

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


#614c8d Background Color

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

This div background color is #614c8d


#614c8d Border Color

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

This div border color is #614c8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,76,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614c8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614c8d;
  -webkit-box-shadow: 1px 1px 3px 2px #614c8d;
  box-shadow:         1px 1px 3px 2px #614c8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,76,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614c8d


Comments

No comments written yet.

Please login to write comment.