Color Hex Logo

#615470 Color Hex

#615470
(97,84,112)
0 Favorites   0 Comments

Color spaces of #615470

RGB 9784112
HSL0.740.140.38
HSV268°25°44°
CMYK 0.130.250.00   0.56
XYZ11.024710.051916.6884
Yxy10.05190.29190.2662
Hunter Lab31.70476.5866-9.0151
CIE-Lab37.935411.3642-14.0402

#615470 color RGB value is (97,84,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010100 01110000
Octal 141 124 160
Decimal 97 84 112
Hex 61 54 70

RGB Percentages of Color #615470

%33.11
%28.67
%38.23

CMYK Percentages of Color #615470

%13
%25
%0
%56

Triadic Colors of #615470

#615470 #706154 #547061

Analogous Colors of #615470

#615470 #6f5470 #545570

Monochromatic Colors of #615470

#615470

Complementary Color

#615470 #637054

#615470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615470 Color CSS Codes

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

#615470 Text Font Color

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

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


#615470 Background Color

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

This div background color is #615470


#615470 Border Color

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

This div border color is #615470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615470


Comments

No comments written yet.

Please login to write comment.