Color Hex Logo

#614fab Color Hex

#614FAB
(97,79,171)
0 Favorites   0 Comments

Color spaces of #614fab

RGB 9779171
HSL0.700.370.49
HSV252°54°67°
CMYK 0.430.540.00   0.33
XYZ15.076411.073639.8709
Yxy11.07360.22840.1677
Hunter Lab33.277022.6360-47.7445
CIE-Lab39.704230.5553-47.0437

#614fab color RGB value is (97,79,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001111 10101011
Octal 141 117 253
Decimal 97 79 171
Hex 61 4F AB

RGB Percentages of Color #614fab

%27.95
%22.77
%49.28

CMYK Percentages of Color #614fab

%43
%54
%0
%33

Triadic Colors of #614fab

#614fab #ab614f #4fab61

Analogous Colors of #614fab

#614fab #8f4fab #4f6bab

Monochromatic Colors of #614fab

#614fab

Complementary Color

#614fab #99ab4f

#614fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#614fab Color CSS Codes

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

#614fab Text Font Color

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

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


#614fab Background Color

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

This div background color is #614fab


#614fab Border Color

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

This div border color is #614fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,79,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 #614fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614fab


Comments

No comments written yet.

Please login to write comment.