Color Hex Logo

#615772 Color Hex

#615772
(97,87,114)
0 Favorites   0 Comments

Color spaces of #615772

RGB 9787114
HSL0.730.130.39
HSV262°24°45°
CMYK 0.150.240.00   0.55
XYZ11.375210.572717.3608
Yxy10.57270.28940.2690
Hunter Lab32.51575.5435-8.8952
CIE-Lab38.85139.9738-13.8798

#615772 color RGB value is (97,87,114).

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

The process color (four color CMYK) of #615772 color hex is 0.15, 0.24, 0.00, 0.55. Web safe color of #615772 is #666666. Color #615772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010111 01110010
Octal 141 127 162
Decimal 97 87 114
Hex 61 57 72

RGB Percentages of Color #615772

%32.55
%29.19
%38.26

CMYK Percentages of Color #615772

%15
%24
%0
%55

Triadic Colors of #615772

#615772 #726157 #577261

Analogous Colors of #615772

#615772 #6f5772 #575b72

Monochromatic Colors of #615772

#615772

Complementary Color

#615772 #687257

#615772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615772 Color CSS Codes

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

#615772 Text Font Color

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

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


#615772 Background Color

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

This div background color is #615772


#615772 Border Color

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

This div border color is #615772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615772


Comments

No comments written yet.

Please login to write comment.