Color Hex Logo

#614982 Color Hex

#614982
(97,73,130)
0 Favorites   0 Comments

Color spaces of #614982

RGB 9773130
HSL0.740.280.40
HSV265°44°51°
CMYK 0.250.440.00   0.49
XYZ11.34168.918222.2427
Yxy8.91820.26680.2098
Hunter Lab29.863415.5304-23.2558
CIE-Lab35.826322.7694-28.4336

#614982 color RGB value is (97,73,130).

#614982 hex color red value is 97, green value is 73 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #614982 hue: 0.74 , saturation: 0.28 and the lightness value of 614982 is 0.40.

The process color (four color CMYK) of #614982 color hex is 0.25, 0.44, 0.00, 0.49. Web safe color of #614982 is #663399. Color #614982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001001 10000010
Octal 141 111 202
Decimal 97 73 130
Hex 61 49 82

RGB Percentages of Color #614982

%32.33
%24.33
%43.33

CMYK Percentages of Color #614982

%25
%44
%0
%49

Triadic Colors of #614982

#614982 #826149 #498261

Analogous Colors of #614982

#614982 #7e4982 #494d82

Monochromatic Colors of #614982

#614982

Complementary Color

#614982 #6a8249

#614982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614982 Color CSS Codes

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

#614982 Text Font Color

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

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


#614982 Background Color

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

This div background color is #614982


#614982 Border Color

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

This div border color is #614982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614982


Comments

No comments written yet.

Please login to write comment.