Color Hex Logo

#615270 Color Hex

#615270
(97,82,112)
0 Favorites   0 Comments

Color spaces of #615270

RGB 9782112
HSL0.750.150.38
HSV270°27°44°
CMYK 0.130.270.00   0.56
XYZ10.87179.745816.6374
Yxy9.74580.29180.2616
Hunter Lab31.21837.5303-9.7451
CIE-Lab37.382312.6151-14.8847

#615270 color RGB value is (97,82,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 01110000
Octal 141 122 160
Decimal 97 82 112
Hex 61 52 70

RGB Percentages of Color #615270

%33.33
%28.18
%38.49

CMYK Percentages of Color #615270

%13
%27
%0
%56

Triadic Colors of #615270

#615270 #706152 #527061

Analogous Colors of #615270

#615270 #705270 #525270

Monochromatic Colors of #615270

#615270

Complementary Color

#615270 #617052

#615270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615270 Color CSS Codes

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

#615270 Text Font Color

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

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


#615270 Background Color

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

This div background color is #615270


#615270 Border Color

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

This div border color is #615270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615270


Comments

No comments written yet.

Please login to write comment.