Color Hex Logo

#614fac Color Hex

#614FAC
(97,79,172)
0 Favorites   0 Comments

Color spaces of #614fac

RGB 9779172
HSL0.700.370.49
HSV252°54°67°
CMYK 0.440.540.00   0.33
XYZ15.172111.111940.3749
Yxy11.11190.22760.1667
Hunter Lab33.334522.9083-48.4781
CIE-Lab39.768330.8502-47.5335

#614fac color RGB value is (97,79,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001111 10101100
Octal 141 117 254
Decimal 97 79 172
Hex 61 4F AC

RGB Percentages of Color #614fac

%27.87
%22.70
%49.43

CMYK Percentages of Color #614fac

%44
%54
%0
%33

Triadic Colors of #614fac

#614fac #ac614f #4fac61

Analogous Colors of #614fac

#614fac #904fac #4f6cac

Monochromatic Colors of #614fac

#614fac

Complementary Color

#614fac #9aac4f

#614fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#614fac Color CSS Codes

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

#614fac Text Font Color

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

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


#614fac Background Color

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

This div background color is #614fac


#614fac Border Color

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

This div border color is #614fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614fac


Comments

No comments written yet.

Please login to write comment.