Color Hex Logo

#615870 Color Hex

#615870
(97,88,112)
0 Favorites   0 Comments

Color spaces of #615870

RGB 9788112
HSL0.730.120.39
HSV263°21°44°
CMYK 0.130.210.00   0.56
XYZ11.344110.690716.7948
Yxy10.69070.29220.2753
Hunter Lab32.69664.7115-7.5670
CIE-Lab39.05468.8727-12.3376

#615870 color RGB value is (97,88,112).

#615870 hex color red value is 97, green value is 88 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #615870 hue: 0.73 , saturation: 0.12 and the lightness value of 615870 is 0.39.

The process color (four color CMYK) of #615870 color hex is 0.13, 0.21, 0.00, 0.56. Web safe color of #615870 is #666666. Color #615870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01011000 01110000
Octal 141 130 160
Decimal 97 88 112
Hex 61 58 70

RGB Percentages of Color #615870

%32.66
%29.63
%37.71

CMYK Percentages of Color #615870

%13
%21
%0
%56

Triadic Colors of #615870

#615870 #706158 #587061

Analogous Colors of #615870

#615870 #6d5870 #585b70

Monochromatic Colors of #615870

#615870

Complementary Color

#615870 #677058

#615870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615870 Color CSS Codes

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

#615870 Text Font Color

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

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


#615870 Background Color

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

This div background color is #615870


#615870 Border Color

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

This div border color is #615870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615870


Comments

No comments written yet.

Please login to write comment.