Color Hex Logo

#614478 Color Hex

#614478
(97,68,120)
0 Favorites   0 Comments

Color spaces of #614478

RGB 9768120
HSL0.760.280.37
HSV273°43°47°
CMYK 0.190.430.00   0.53
XYZ10.38718.031718.7721
Yxy8.03170.27930.2160
Hunter Lab28.340315.8273-19.4345
CIE-Lab34.048823.3223-25.0224

#614478 color RGB value is (97,68,120).

#614478 hex color red value is 97, green value is 68 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #614478 hue: 0.76 , saturation: 0.28 and the lightness value of 614478 is 0.37.

The process color (four color CMYK) of #614478 color hex is 0.19, 0.43, 0.00, 0.53. Web safe color of #614478 is #663366. Color #614478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000100 01111000
Octal 141 104 170
Decimal 97 68 120
Hex 61 44 78

RGB Percentages of Color #614478

%34.04
%23.86
%42.11

CMYK Percentages of Color #614478

%19
%43
%0
%53

Triadic Colors of #614478

#614478 #786144 #447861

Analogous Colors of #614478

#614478 #784475 #474478

Monochromatic Colors of #614478

#614478

Complementary Color

#614478 #5b7844

#614478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614478 Color CSS Codes

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

#614478 Text Font Color

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

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


#614478 Background Color

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

This div background color is #614478


#614478 Border Color

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

This div border color is #614478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614478


Comments

No comments written yet.

Please login to write comment.