Color Hex Logo

#614271 Color Hex

#614271
(97,66,113)
0 Favorites   0 Comments

Color spaces of #614271

RGB 9766113
HSL0.780.260.35
HSV280°42°44°
CMYK 0.140.420.00   0.56
XYZ9.85867.630116.5759
Yxy7.63010.28940.2240
Hunter Lab27.622615.3676-16.2431
CIE-Lab33.200322.8544-21.9631

#614271 color RGB value is (97,66,113).

#614271 hex color red value is 97, green value is 66 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #614271 hue: 0.78 , saturation: 0.26 and the lightness value of 614271 is 0.35.

The process color (four color CMYK) of #614271 color hex is 0.14, 0.42, 0.00, 0.56. Web safe color of #614271 is #663366. Color #614271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01000010 01110001
Octal 141 102 161
Decimal 97 66 113
Hex 61 42 71

RGB Percentages of Color #614271

%35.14
%23.91
%40.94

CMYK Percentages of Color #614271

%14
%42
%0
%56

Triadic Colors of #614271

#614271 #716142 #427161

Analogous Colors of #614271

#614271 #71426a #4a4271

Monochromatic Colors of #614271

#614271

Complementary Color

#614271 #527142

#614271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#614271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#614271 Color CSS Codes

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

#614271 Text Font Color

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

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


#614271 Background Color

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

This div background color is #614271


#614271 Border Color

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

This div border color is #614271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #614271


Comments

No comments written yet.

Please login to write comment.