Color Hex Logo

#614596 Color Hex

#614596
(97,69,150)
0 Favorites   0 Comments

Color spaces of #614596

RGB 9769150
HSL0.720.370.43
HSV261°54°59°
CMYK 0.350.540.00   0.41
XYZ12.56298.999629.9291
Yxy8.99960.24400.1748
Hunter Lab29.999322.2521-38.1517
CIE-Lab35.983530.6281-40.4125

#614596 color RGB value is (97,69,150).

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

The process color (four color CMYK) of #614596 color hex is 0.35, 0.54, 0.00, 0.41. Web safe color of #614596 is #663399. Color #614596 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000101 10010110
Octal 141 105 226
Decimal 97 69 150
Hex 61 45 96

RGB Percentages of Color #614596

%30.70
%21.84
%47.47

CMYK Percentages of Color #614596

%35
%54
%0
%41

Triadic Colors of #614596

#614596 #966145 #459661

Analogous Colors of #614596

#614596 #8a4596 #455296

Monochromatic Colors of #614596

#614596

Complementary Color

#614596 #7a9645

#614596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614596 Color CSS Codes

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

#614596 Text Font Color

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

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


#614596 Background Color

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

This div background color is #614596


#614596 Border Color

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

This div border color is #614596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614596

#614596 Color Palettes


Comments

No comments written yet.

Please login to write comment.