Color Hex Logo

#614efe Color Hex

#614EFE
(97,78,254)
0 Favorites   0 Comments

Color spaces of #614efe

RGB 9778254
HSL0.680.990.65
HSV246°69°100°
CMYK 0.620.690.00   0.00
XYZ25.543515.145995.3431
Yxy15.14590.18780.1113
Hunter Lab38.917749.0517-118.0099
CIE-Lab45.833456.1409-84.7310

#614efe color RGB value is (97,78,254).

#614efe hex color red value is 97, green value is 78 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #614efe hue: 0.68 , saturation: 0.99 and the lightness value of 614efe is 0.65.

The process color (four color CMYK) of #614efe color hex is 0.62, 0.69, 0.00, 0.00. Web safe color of #614efe is #6666ff. Color #614efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001110 11111110
Octal 141 116 376
Decimal 97 78 254
Hex 61 4E FE

RGB Percentages of Color #614efe

%22.61
%18.18
%59.21

CMYK Percentages of Color #614efe

%62
%69
%0
%0

Triadic Colors of #614efe

#614efe #fe614e #4efe61

Analogous Colors of #614efe

#614efe #b94efe #4e93fe

Monochromatic Colors of #614efe

#614efe

Complementary Color

#614efe #ebfe4e

#614efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#614efe Color CSS Codes

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

#614efe Text Font Color

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

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


#614efe Background Color

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

This div background color is #614efe


#614efe Border Color

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

This div border color is #614efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614efe


Comments

No comments written yet.

Please login to write comment.