Color Hex Logo

#615071 Color Hex

#615071
(97,80,113)
0 Favorites   0 Comments

Color spaces of #615071

RGB 9780113
HSL0.750.170.38
HSV271°29°44°
CMYK 0.140.290.00   0.56
XYZ10.77919.471016.8827
Yxy9.47100.29030.2551
Hunter Lab30.77508.6643-10.9831
CIE-Lab36.875814.1073-16.2810

#615071 color RGB value is (97,80,113).

#615071 hex color red value is 97, green value is 80 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #615071 hue: 0.75 , saturation: 0.17 and the lightness value of 615071 is 0.38.

The process color (four color CMYK) of #615071 color hex is 0.14, 0.29, 0.00, 0.56. Web safe color of #615071 is #666666. Color #615071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 01110001
Octal 141 120 161
Decimal 97 80 113
Hex 61 50 71

RGB Percentages of Color #615071

%33.45
%27.59
%38.97

CMYK Percentages of Color #615071

%14
%29
%0
%56

Triadic Colors of #615071

#615071 #716150 #507161

Analogous Colors of #615071

#615071 #715071 #515071

Monochromatic Colors of #615071

#615071

Complementary Color

#615071 #607150

#615071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615071 Color CSS Codes

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

#615071 Text Font Color

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

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


#615071 Background Color

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

This div background color is #615071


#615071 Border Color

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

This div border color is #615071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615071


Comments

No comments written yet.

Please login to write comment.