Color Hex Logo

#614894 Color Hex

#614894
(97,72,148)
0 Favorites   0 Comments

Color spaces of #614894

RGB 9772148
HSL0.720.350.43
HSV260°51°58°
CMYK 0.340.510.00   0.42
XYZ12.59249.314229.1511
Yxy9.31420.24660.1824
Hunter Lab30.519220.2416-35.2688
CIE-Lab36.582328.2463-38.2434

#614894 color RGB value is (97,72,148).

#614894 hex color red value is 97, green value is 72 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #614894 hue: 0.72 , saturation: 0.35 and the lightness value of 614894 is 0.43.

The process color (four color CMYK) of #614894 color hex is 0.34, 0.51, 0.00, 0.42. Web safe color of #614894 is #663399. Color #614894 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001000 10010100
Octal 141 110 224
Decimal 97 72 148
Hex 61 48 94

RGB Percentages of Color #614894

%30.60
%22.71
%46.69

CMYK Percentages of Color #614894

%34
%51
%0
%42

Triadic Colors of #614894

#614894 #946148 #489461

Analogous Colors of #614894

#614894 #874894 #485594

Monochromatic Colors of #614894

#614894

Complementary Color

#614894 #7b9448

#614894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614894 Color CSS Codes

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

#614894 Text Font Color

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

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


#614894 Background Color

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

This div background color is #614894


#614894 Border Color

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

This div border color is #614894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614894


Comments

No comments written yet.

Please login to write comment.