Color Hex Logo

#614679 Color Hex

#614679
(97,70,121)
0 Favorites   0 Comments

Color spaces of #614679

RGB 9770121
HSL0.750.270.37
HSV272°42°47°
CMYK 0.200.420.00   0.53
XYZ10.57118.302219.1345
Yxy8.30220.27810.2184
Hunter Lab28.813515.0643-19.2038
CIE-Lab34.604522.3304-24.7761

#614679 color RGB value is (97,70,121).

#614679 hex color red value is 97, green value is 70 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #614679 hue: 0.75 , saturation: 0.27 and the lightness value of 614679 is 0.37.

The process color (four color CMYK) of #614679 color hex is 0.20, 0.42, 0.00, 0.53. Web safe color of #614679 is #663366. Color #614679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000110 01111001
Octal 141 106 171
Decimal 97 70 121
Hex 61 46 79

RGB Percentages of Color #614679

%33.68
%24.31
%42.01

CMYK Percentages of Color #614679

%20
%42
%0
%53

Triadic Colors of #614679

#614679 #796146 #467961

Analogous Colors of #614679

#614679 #794678 #474679

Monochromatic Colors of #614679

#614679

Complementary Color

#614679 #5e7946

#614679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614679 Color CSS Codes

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

#614679 Text Font Color

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

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


#614679 Background Color

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

This div background color is #614679


#614679 Border Color

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

This div border color is #614679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614679


Comments

No comments written yet.

Please login to write comment.