Color Hex Logo

#614fef Color Hex

#614FEF
(97,79,239)
0 Favorites   0 Comments

Color spaces of #614fef

RGB 9779239
HSL0.690.830.62
HSV247°67°94°
CMYK 0.590.670.00   0.06
XYZ23.305714.365383.2058
Yxy14.36530.19280.1188
Hunter Lab37.901643.4320-103.6289
CIE-Lab44.752351.0887-78.1044

#614fef color RGB value is (97,79,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001111 11101111
Octal 141 117 357
Decimal 97 79 239
Hex 61 4F EF

RGB Percentages of Color #614fef

%23.37
%19.04
%57.59

CMYK Percentages of Color #614fef

%59
%67
%0
%6

Triadic Colors of #614fef

#614fef #ef614f #4fef61

Analogous Colors of #614fef

#614fef #b14fef #4f8def

Monochromatic Colors of #614fef

#614fef

Complementary Color

#614fef #ddef4f

#614fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#614fef Color CSS Codes

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

#614fef Text Font Color

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

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


#614fef Background Color

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

This div background color is #614fef


#614fef Border Color

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

This div border color is #614fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614fef


Comments

No comments written yet.

Please login to write comment.