Color Hex Logo

#614290 Color Hex

#614290
(97,66,144)
0 Favorites   0 Comments

Color spaces of #614290

RGB 9766144
HSL0.730.370.41
HSV264°54°56°
CMYK 0.330.540.00   0.44
XYZ11.91208.451427.3890
Yxy8.45140.24950.1770
Hunter Lab29.071322.2658-35.5091
CIE-Lab34.905830.7964-38.4825

#614290 color RGB value is (97,66,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 10010000
Octal 141 102 220
Decimal 97 66 144
Hex 61 42 90

RGB Percentages of Color #614290

%31.60
%21.50
%46.91

CMYK Percentages of Color #614290

%33
%54
%0
%44

Triadic Colors of #614290

#614290 #906142 #429061

Analogous Colors of #614290

#614290 #884290 #424a90

Monochromatic Colors of #614290

#614290

Complementary Color

#614290 #719042

#614290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614290 Color CSS Codes

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

#614290 Text Font Color

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

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


#614290 Background Color

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

This div background color is #614290


#614290 Border Color

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

This div border color is #614290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614290


Comments

No comments written yet.

Please login to write comment.