Color Hex Logo

#614cfb Color Hex

#614CFB
(97,76,251)
0 Favorites   0 Comments

Color spaces of #614cfb

RGB 9776251
HSL0.690.960.64
HSV247°70°98°
CMYK 0.610.700.00   0.02
XYZ24.926814.675392.7856
Yxy14.67530.18830.1109
Hunter Lab38.308449.1083-116.7888
CIE-Lab45.186256.3125-84.1204

#614cfb color RGB value is (97,76,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001100 11111011
Octal 141 114 373
Decimal 97 76 251
Hex 61 4C FB

RGB Percentages of Color #614cfb

%22.88
%17.92
%59.20

CMYK Percentages of Color #614cfb

%61
%70
%0
%2

Triadic Colors of #614cfb

#614cfb #fb614c #4cfb61

Analogous Colors of #614cfb

#614cfb #b94cfb #4c8ffb

Monochromatic Colors of #614cfb

#614cfb

Complementary Color

#614cfb #e6fb4c

#614cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#614cfb Color CSS Codes

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

#614cfb Text Font Color

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

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


#614cfb Background Color

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

This div background color is #614cfb


#614cfb Border Color

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

This div border color is #614cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,76,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 #614cfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614cfb


Comments

No comments written yet.

Please login to write comment.