Color Hex Logo

#614aab Color Hex

#614AAB
(97,74,171)
0 Favorites   0 Comments

Color spaces of #614aab

RGB 9774171
HSL0.710.400.48
HSV254°57°67°
CMYK 0.430.570.00   0.33
XYZ14.729210.379239.7552
Yxy10.37920.22710.1600
Hunter Lab32.216825.2292-50.6116
CIE-Lab38.514633.5889-48.9562

#614aab color RGB value is (97,74,171).

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

The process color (four color CMYK) of #614aab color hex is 0.43, 0.57, 0.00, 0.33. Web safe color of #614aab is #663399. Color #614aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 10101011
Octal 141 112 253
Decimal 97 74 171
Hex 61 4A AB

RGB Percentages of Color #614aab

%28.36
%21.64
%50.00

CMYK Percentages of Color #614aab

%43
%57
%0
%33

Triadic Colors of #614aab

#614aab #ab614a #4aab61

Analogous Colors of #614aab

#614aab #924aab #4a64ab

Monochromatic Colors of #614aab

#614aab

Complementary Color

#614aab #94ab4a

#614aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#614aab Color CSS Codes

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

#614aab Text Font Color

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

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


#614aab Background Color

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

This div background color is #614aab


#614aab Border Color

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

This div border color is #614aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614aab


Comments

No comments written yet.

Please login to write comment.