Color Hex Logo

#614772 Color Hex

#614772
(97,71,114)
0 Favorites   0 Comments

Color spaces of #614772

RGB 9771114
HSL0.770.230.36
HSV276°38°45°
CMYK 0.150.380.00   0.55
XYZ10.22038.262816.9758
Yxy8.26280.28820.2330
Hunter Lab28.745113.1617-14.8930
CIE-Lab34.524319.9862-20.5323

#614772 color RGB value is (97,71,114).

#614772 hex color red value is 97, green value is 71 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #614772 hue: 0.77 , saturation: 0.23 and the lightness value of 614772 is 0.36.

The process color (four color CMYK) of #614772 color hex is 0.15, 0.38, 0.00, 0.55. Web safe color of #614772 is #663366. Color #614772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000111 01110010
Octal 141 107 162
Decimal 97 71 114
Hex 61 47 72

RGB Percentages of Color #614772

%34.40
%25.18
%40.43

CMYK Percentages of Color #614772

%15
%38
%0
%55

Triadic Colors of #614772

#614772 #726147 #477261

Analogous Colors of #614772

#614772 #72476e #4c4772

Monochromatic Colors of #614772

#614772

Complementary Color

#614772 #587247

#614772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614772 Color CSS Codes

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

#614772 Text Font Color

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

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


#614772 Background Color

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

This div background color is #614772


#614772 Border Color

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

This div border color is #614772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614772


Comments

No comments written yet.

Please login to write comment.