Color Hex Logo

#613c7f Color Hex

#613C7F
(97,60,127)
0 Favorites   0 Comments

Color spaces of #613c7f

RGB 9760127
HSL0.760.360.37
HSV273°53°50°
CMYK 0.240.530.00   0.50
XYZ10.37647.305420.9419
Yxy7.30540.26870.1891
Hunter Lab27.028521.2273-27.0184
CIE-Lab32.492329.9494-31.8394

#613c7f color RGB value is (97,60,127).

#613c7f hex color red value is 97, green value is 60 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #613c7f hue: 0.76 , saturation: 0.36 and the lightness value of 613c7f is 0.37.

The process color (four color CMYK) of #613c7f color hex is 0.24, 0.53, 0.00, 0.50. Web safe color of #613c7f is #663366. Color #613c7f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111100 01111111
Octal 141 74 177
Decimal 97 60 127
Hex 61 3C 7F

RGB Percentages of Color #613c7f

%34.15
%21.13
%44.72

CMYK Percentages of Color #613c7f

%24
%53
%0
%50

Triadic Colors of #613c7f

#613c7f #7f613c #3c7f61

Analogous Colors of #613c7f

#613c7f #7f3c7c #403c7f

Monochromatic Colors of #613c7f

#613c7f

Complementary Color

#613c7f #5a7f3c

#613c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#613c7f Color CSS Codes

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

#613c7f Text Font Color

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

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


#613c7f Background Color

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

This div background color is #613c7f


#613c7f Border Color

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

This div border color is #613c7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,60,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613c7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613c7f;
  -webkit-box-shadow: 1px 1px 3px 2px #613c7f;
  box-shadow:         1px 1px 3px 2px #613c7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613c7f


Comments

No comments written yet.

Please login to write comment.