Color Hex Logo

#614efa Color Hex

#614EFA
(97,78,250)
0 Favorites   0 Comments

Color spaces of #614efa

RGB 9778250
HSL0.690.950.64
HSV247°69°98°
CMYK 0.610.690.00   0.02
XYZ24.909514.892392.0041
Yxy14.89230.18900.1130
Hunter Lab38.590547.6851-114.3405
CIE-Lab45.486354.9449-83.0691

#614efa color RGB value is (97,78,250).

#614efa hex color red value is 97, green value is 78 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #614efa hue: 0.69 , saturation: 0.95 and the lightness value of 614efa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001110 11111010
Octal 141 116 372
Decimal 97 78 250
Hex 61 4E FA

RGB Percentages of Color #614efa

%22.82
%18.35
%58.82

CMYK Percentages of Color #614efa

%61
%69
%0
%2

Triadic Colors of #614efa

#614efa #fa614e #4efa61

Analogous Colors of #614efa

#614efa #b74efa #4e91fa

Monochromatic Colors of #614efa

#614efa

Complementary Color

#614efa #e7fa4e

#614efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#614efa Color CSS Codes

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

#614efa Text Font Color

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

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


#614efa Background Color

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

This div background color is #614efa


#614efa Border Color

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

This div border color is #614efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614efa


Comments

No comments written yet.

Please login to write comment.