Color Hex Logo

#614dfc Color Hex

#614DFC
(97,77,252)
0 Favorites   0 Comments

Color spaces of #614dfc

RGB 9777252
HSL0.690.970.65
HSV247°69°99°
CMYK 0.620.690.00   0.01
XYZ25.154314.877493.6413
Yxy14.87740.18820.1113
Hunter Lab38.571248.9094-116.9414
CIE-Lab45.465856.0781-84.2195

#614dfc color RGB value is (97,77,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001101 11111100
Octal 141 115 374
Decimal 97 77 252
Hex 61 4D FC

RGB Percentages of Color #614dfc

%22.77
%18.08
%59.15

CMYK Percentages of Color #614dfc

%62
%69
%0
%1

Triadic Colors of #614dfc

#614dfc #fc614d #4dfc61

Analogous Colors of #614dfc

#614dfc #b94dfc #4d91fc

Monochromatic Colors of #614dfc

#614dfc

Complementary Color

#614dfc #e8fc4d

#614dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#614dfc Color CSS Codes

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

#614dfc Text Font Color

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

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


#614dfc Background Color

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

This div background color is #614dfc


#614dfc Border Color

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

This div border color is #614dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614dfc


Comments

No comments written yet.

Please login to write comment.