Color Hex Logo

#614eaa Color Hex

#614EAA
(97,78,170)
0 Favorites   0 Comments

Color spaces of #614eaa

RGB 9778170
HSL0.700.370.49
HSV252°54°67°
CMYK 0.430.540.00   0.33
XYZ14.909910.892439.3468
Yxy10.89240.22890.1672
Hunter Lab33.003622.8838-47.5828
CIE-Lab39.398730.8720-46.9408

#614eaa color RGB value is (97,78,170).

#614eaa hex color red value is 97, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #614eaa hue: 0.70 , saturation: 0.37 and the lightness value of 614eaa is 0.49.

The process color (four color CMYK) of #614eaa color hex is 0.43, 0.54, 0.00, 0.33. Web safe color of #614eaa is #666699. Color #614eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001110 10101010
Octal 141 116 252
Decimal 97 78 170
Hex 61 4E AA

RGB Percentages of Color #614eaa

%28.12
%22.61
%49.28

CMYK Percentages of Color #614eaa

%43
%54
%0
%33

Triadic Colors of #614eaa

#614eaa #aa614e #4eaa61

Analogous Colors of #614eaa

#614eaa #8f4eaa #4e69aa

Monochromatic Colors of #614eaa

#614eaa

Complementary Color

#614eaa #97aa4e

#614eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#614eaa Color CSS Codes

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

#614eaa Text Font Color

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

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


#614eaa Background Color

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

This div background color is #614eaa


#614eaa Border Color

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

This div border color is #614eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614eaa


Comments

No comments written yet.

Please login to write comment.