Color Hex Logo

#614ada Color Hex

#614ADA
(97,74,218)
0 Favorites   0 Comments

Color spaces of #614ada

RGB 9774218
HSL0.690.660.57
HSV250°66°85°
CMYK 0.560.660.00   0.15
XYZ20.033412.500967.6867
Yxy12.50090.19990.1247
Hunter Lab35.356639.2658-88.7552
CIE-Lab42.001447.5546-70.6888

#614ada color RGB value is (97,74,218).

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

The process color (four color CMYK) of #614ada color hex is 0.56, 0.66, 0.00, 0.15. Web safe color of #614ada is #6633cc. Color #614ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001010 11011010
Octal 141 112 332
Decimal 97 74 218
Hex 61 4A DA

RGB Percentages of Color #614ada

%24.94
%19.02
%56.04

CMYK Percentages of Color #614ada

%56
%66
%0
%15

Triadic Colors of #614ada

#614ada #da614a #4ada61

Analogous Colors of #614ada

#614ada #a94ada #4a7bda

Monochromatic Colors of #614ada

#614ada

Complementary Color

#614ada #c3da4a

#614ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#614ada Color CSS Codes

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

#614ada Text Font Color

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

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


#614ada Background Color

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

This div background color is #614ada


#614ada Border Color

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

This div border color is #614ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614ada


Comments

No comments written yet.

Please login to write comment.