Color Hex Logo

#614feb Color Hex

#614FEB
(97,79,235)
0 Favorites   0 Comments

Color spaces of #614feb

RGB 9779235
HSL0.690.800.62
HSV247°66°92°
CMYK 0.590.660.00   0.08
XYZ22.721114.131580.1274
Yxy14.13150.19420.1208
Hunter Lab37.591942.1023-100.0628
CIE-Lab44.420949.8782-76.3924

#614feb color RGB value is (97,79,235).

#614feb hex color red value is 97, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #614feb hue: 0.69 , saturation: 0.80 and the lightness value of 614feb is 0.62.

The process color (four color CMYK) of #614feb color hex is 0.59, 0.66, 0.00, 0.08. Web safe color of #614feb is #6666ff. Color #614feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001111 11101011
Octal 141 117 353
Decimal 97 79 235
Hex 61 4F EB

RGB Percentages of Color #614feb

%23.60
%19.22
%57.18

CMYK Percentages of Color #614feb

%59
%66
%0
%8

Triadic Colors of #614feb

#614feb #eb614f #4feb61

Analogous Colors of #614feb

#614feb #af4feb #4f8beb

Monochromatic Colors of #614feb

#614feb

Complementary Color

#614feb #d9eb4f

#614feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#614feb Color CSS Codes

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

#614feb Text Font Color

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

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


#614feb Background Color

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

This div background color is #614feb


#614feb Border Color

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

This div border color is #614feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614feb


Comments

No comments written yet.

Please login to write comment.