Color Hex Logo

#614efb Color Hex

#614EFB
(97,78,251)
0 Favorites   0 Comments

Color spaces of #614efb

RGB 9778251
HSL0.680.960.65
HSV247°69°98°
CMYK 0.610.690.00   0.02
XYZ25.066714.955292.8323
Yxy14.95520.18870.1126
Hunter Lab38.672048.0257-115.2557
CIE-Lab45.572855.2440-83.4857

#614efb color RGB value is (97,78,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001110 11111011
Octal 141 116 373
Decimal 97 78 251
Hex 61 4E FB

RGB Percentages of Color #614efb

%22.77
%18.31
%58.92

CMYK Percentages of Color #614efb

%61
%69
%0
%2

Triadic Colors of #614efb

#614efb #fb614e #4efb61

Analogous Colors of #614efb

#614efb #b84efb #4e92fb

Monochromatic Colors of #614efb

#614efb

Complementary Color

#614efb #e8fb4e

#614efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#614efb Color CSS Codes

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

#614efb Text Font Color

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

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


#614efb Background Color

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

This div background color is #614efb


#614efb Border Color

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

This div border color is #614efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614efb

Related Colors


Comments

No comments written yet.

Please login to write comment.