Color Hex Logo

#614aa8 Color Hex

#614AA8
(97,74,168)
0 Favorites   0 Comments

Color spaces of #614aa8

RGB 9774168
HSL0.710.390.47
HSV255°56°66°
CMYK 0.420.560.00   0.34
XYZ14.446410.266138.2659
Yxy10.26610.22940.1630
Hunter Lab32.040824.4100-48.3808
CIE-Lab38.315832.7156-47.4911

#614aa8 color RGB value is (97,74,168).

#614aa8 hex color red value is 97, green value is 74 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #614aa8 hue: 0.71 , saturation: 0.39 and the lightness value of 614aa8 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 10101000
Octal 141 112 250
Decimal 97 74 168
Hex 61 4A A8

RGB Percentages of Color #614aa8

%28.61
%21.83
%49.56

CMYK Percentages of Color #614aa8

%42
%56
%0
%34

Triadic Colors of #614aa8

#614aa8 #a8614a #4aa861

Analogous Colors of #614aa8

#614aa8 #904aa8 #4a62a8

Monochromatic Colors of #614aa8

#614aa8

Complementary Color

#614aa8 #91a84a

#614aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614aa8 Color CSS Codes

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

#614aa8 Text Font Color

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

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


#614aa8 Background Color

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

This div background color is #614aa8


#614aa8 Border Color

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

This div border color is #614aa8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,74,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614aa8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614aa8;
  -webkit-box-shadow: 1px 1px 3px 2px #614aa8;
  box-shadow:         1px 1px 3px 2px #614aa8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614aa8


Comments

No comments written yet.

Please login to write comment.