Color Hex Logo

#614aff Color Hex

#614AFF
(97,74,255)
0 Favorites   0 Comments

Color spaces of #614aff

RGB 9774255
HSL0.691.000.65
HSV248°71°100°
CMYK 0.620.710.00   0.00
XYZ25.428514.658996.0970
Yxy14.65890.18670.1076
Hunter Lab38.286951.5497-122.0120
CIE-Lab45.163458.5437-86.3891

#614aff color RGB value is (97,74,255).

#614aff hex color red value is 97, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #614aff hue: 0.69 , saturation: 1.00 and the lightness value of 614aff is 0.65.

The process color (four color CMYK) of #614aff color hex is 0.62, 0.71, 0.00, 0.00. Web safe color of #614aff is #6633ff. Color #614aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 11111111
Octal 141 112 377
Decimal 97 74 255
Hex 61 4A FF

RGB Percentages of Color #614aff

%22.77
%17.37
%59.86

CMYK Percentages of Color #614aff

%62
%71
%0
%0

Triadic Colors of #614aff

#614aff #ff614a #4aff61

Analogous Colors of #614aff

#614aff #bc4aff #4a8eff

Monochromatic Colors of #614aff

#614aff

Complementary Color

#614aff #e8ff4a

#614aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#614aff Color CSS Codes

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

#614aff Text Font Color

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

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


#614aff Background Color

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

This div background color is #614aff


#614aff Border Color

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

This div border color is #614aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614aff

Related Colors


Comments

No comments written yet.

Please login to write comment.