Color Hex Logo

#613578 Color Hex

#613578
(97,53,120)
0 Favorites   0 Comments

Color spaces of #613578

RGB 9753120
HSL0.780.390.34
HSV279°56°47°
CMYK 0.190.560.00   0.53
XYZ9.59306.443718.5074
Yxy6.44370.27770.1865
Hunter Lab25.384423.0339-25.4583
CIE-Lab30.505432.3417-30.6061

#613578 color RGB value is (97,53,120).

#613578 hex color red value is 97, green value is 53 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #613578 hue: 0.78 , saturation: 0.39 and the lightness value of 613578 is 0.34.

The process color (four color CMYK) of #613578 color hex is 0.19, 0.56, 0.00, 0.53. Web safe color of #613578 is #663366. Color #613578 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110101 01111000
Octal 141 65 170
Decimal 97 53 120
Hex 61 35 78

RGB Percentages of Color #613578

%35.93
%19.63
%44.44

CMYK Percentages of Color #613578

%19
%56
%0
%53

Triadic Colors of #613578

#613578 #786135 #357861

Analogous Colors of #613578

#613578 #78356e #3f3578

Monochromatic Colors of #613578

#613578

Complementary Color

#613578 #4c7835

#613578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613578 Color CSS Codes

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

#613578 Text Font Color

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

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


#613578 Background Color

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

This div background color is #613578


#613578 Border Color

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

This div border color is #613578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613578


Comments

No comments written yet.

Please login to write comment.