Color Hex Logo

#613279 Color Hex

#613279
(97,50,121)
0 Favorites   0 Comments

Color spaces of #613279

RGB 9750121
HSL0.780.420.34
HSV280°59°47°
CMYK 0.200.590.00   0.53
XYZ9.52166.203118.7846
Yxy6.20310.27590.1798
Hunter Lab24.906024.6552-27.2834
CIE-Lab29.919234.2894-32.1671

#613279 color RGB value is (97,50,121).

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

The process color (four color CMYK) of #613279 color hex is 0.20, 0.59, 0.00, 0.53. Web safe color of #613279 is #663366. Color #613279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110010 01111001
Octal 141 62 171
Decimal 97 50 121
Hex 61 32 79

RGB Percentages of Color #613279

%36.19
%18.66
%45.15

CMYK Percentages of Color #613279

%20
%59
%0
%53

Triadic Colors of #613279

#613279 #796132 #327961

Analogous Colors of #613279

#613279 #79326e #3d3279

Monochromatic Colors of #613279

#613279

Complementary Color

#613279 #4a7932

#613279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613279 Color CSS Codes

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

#613279 Text Font Color

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

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


#613279 Background Color

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

This div background color is #613279


#613279 Border Color

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

This div border color is #613279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613279


Comments

No comments written yet.

Please login to write comment.