Color Hex Logo

#613460 Color Hex

#613460
(97,52,96)
0 Favorites   0 Comments

Color spaces of #613460

RGB 975296
HSL0.840.300.29
HSV301°46°38°
CMYK 0.000.460.01   0.62
XYZ8.26915.841911.7581
Yxy5.84190.31970.2258
Hunter Lab24.170018.7713-11.9241
CIE-Lab29.010027.5437-17.6371

#613460 color RGB value is (97,52,96).

#613460 hex color red value is 97, green value is 52 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #613460 hue: 0.84 , saturation: 0.30 and the lightness value of 613460 is 0.29.

The process color (four color CMYK) of #613460 color hex is 0.00, 0.46, 0.01, 0.62. Web safe color of #613460 is #663366. Color #613460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110100 01100000
Octal 141 64 140
Decimal 97 52 96
Hex 61 34 60

RGB Percentages of Color #613460

%39.59
%21.22
%39.18

CMYK Percentages of Color #613460

%0
%46
%1
%62

Triadic Colors of #613460

#613460 #606134 #346061

Analogous Colors of #613460

#613460 #61344a #4c3461

Monochromatic Colors of #613460

#613460

Complementary Color

#613460 #346135

#613460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613460 Color CSS Codes

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

#613460 Text Font Color

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

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


#613460 Background Color

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

This div background color is #613460


#613460 Border Color

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

This div border color is #613460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613460


Comments

No comments written yet.

Please login to write comment.