Color Hex Logo

#614daf Color Hex

#614DAF
(97,77,175)
0 Favorites   0 Comments

Color spaces of #614daf

RGB 9777175
HSL0.700.390.49
HSV252°56°69°
CMYK 0.450.560.00   0.31
XYZ15.321510.944341.8624
Yxy10.94430.22490.1606
Hunter Lab33.082224.7757-51.8684
CIE-Lab39.486532.9523-49.7627

#614daf color RGB value is (97,77,175).

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

The process color (four color CMYK) of #614daf color hex is 0.45, 0.56, 0.00, 0.31. Web safe color of #614daf is #666699. Color #614daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001101 10101111
Octal 141 115 257
Decimal 97 77 175
Hex 61 4D AF

RGB Percentages of Color #614daf

%27.79
%22.06
%50.14

CMYK Percentages of Color #614daf

%45
%56
%0
%31

Triadic Colors of #614daf

#614daf #af614d #4daf61

Analogous Colors of #614daf

#614daf #924daf #4d6aaf

Monochromatic Colors of #614daf

#614daf

Complementary Color

#614daf #9baf4d

#614daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#614daf Color CSS Codes

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

#614daf Text Font Color

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

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


#614daf Background Color

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

This div background color is #614daf


#614daf Border Color

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

This div border color is #614daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614daf


Comments

No comments written yet.

Please login to write comment.