Color Hex Logo

#613775 Color Hex

#613775
(97,55,117)
0 Favorites   0 Comments

Color spaces of #613775

RGB 9755117
HSL0.780.360.34
HSV281°53°46°
CMYK 0.170.530.00   0.54
XYZ9.50686.558117.5944
Yxy6.55810.28240.1948
Hunter Lab25.608821.4495-22.8088
CIE-Lab30.779030.4630-28.2818

#613775 color RGB value is (97,55,117).

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

The process color (four color CMYK) of #613775 color hex is 0.17, 0.53, 0.00, 0.54. Web safe color of #613775 is #663366. Color #613775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110111 01110101
Octal 141 67 165
Decimal 97 55 117
Hex 61 37 75

RGB Percentages of Color #613775

%36.06
%20.45
%43.49

CMYK Percentages of Color #613775

%17
%53
%0
%54

Triadic Colors of #613775

#613775 #756137 #377561

Analogous Colors of #613775

#613775 #75376a #423775

Monochromatic Colors of #613775

#613775

Complementary Color

#613775 #4b7537

#613775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613775 Color CSS Codes

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

#613775 Text Font Color

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

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


#613775 Background Color

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

This div background color is #613775


#613775 Border Color

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

This div border color is #613775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613775


Comments

No comments written yet.

Please login to write comment.