Color Hex Logo

#614090 Color Hex

#614090
(97,64,144)
0 Favorites   0 Comments

Color spaces of #614090

RGB 9764144
HSL0.740.380.41
HSV265°56°56°
CMYK 0.330.560.00   0.44
XYZ11.79728.221827.3507
Yxy8.22180.24900.1736
Hunter Lab28.673723.2612-36.4828
CIE-Lab34.440631.9953-39.2257

#614090 color RGB value is (97,64,144).

#614090 hex color red value is 97, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #614090 hue: 0.74 , saturation: 0.38 and the lightness value of 614090 is 0.41.

The process color (four color CMYK) of #614090 color hex is 0.33, 0.56, 0.00, 0.44. Web safe color of #614090 is #663399. Color #614090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000000 10010000
Octal 141 100 220
Decimal 97 64 144
Hex 61 40 90

RGB Percentages of Color #614090

%31.80
%20.98
%47.21

CMYK Percentages of Color #614090

%33
%56
%0
%44

Triadic Colors of #614090

#614090 #906140 #409061

Analogous Colors of #614090

#614090 #894090 #404790

Monochromatic Colors of #614090

#614090

Complementary Color

#614090 #6f9040

#614090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614090 Color CSS Codes

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

#614090 Text Font Color

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

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


#614090 Background Color

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

This div background color is #614090


#614090 Border Color

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

This div border color is #614090


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,64,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #614090; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #614090;
  -webkit-box-shadow: 1px 1px 3px 2px #614090;
  box-shadow:         1px 1px 3px 2px #614090; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614090


Comments

No comments written yet.

Please login to write comment.