Color Hex Logo

#613270 Color Hex

#613270
(97,50,112)
0 Favorites   0 Comments

Color spaces of #613270

RGB 9750112
HSL0.790.380.32
HSV285°55°44°
CMYK 0.130.550.00   0.56
XYZ8.99505.992416.0118
Yxy5.99240.29020.1933
Hunter Lab24.479422.7513-21.6456
CIE-Lab29.393332.1938-27.3015

#613270 color RGB value is (97,50,112).

#613270 hex color red value is 97, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #613270 hue: 0.79 , saturation: 0.38 and the lightness value of 613270 is 0.32.

The process color (four color CMYK) of #613270 color hex is 0.13, 0.55, 0.00, 0.56. Web safe color of #613270 is #663366. Color #613270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110010 01110000
Octal 141 62 160
Decimal 97 50 112
Hex 61 32 70

RGB Percentages of Color #613270

%37.45
%19.31
%43.24

CMYK Percentages of Color #613270

%13
%55
%0
%56

Triadic Colors of #613270

#613270 #706132 #327061

Analogous Colors of #613270

#613270 #703260 #423270

Monochromatic Colors of #613270

#613270

Complementary Color

#613270 #417032

#613270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613270 Color CSS Codes

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

#613270 Text Font Color

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

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


#613270 Background Color

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

This div background color is #613270


#613270 Border Color

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

This div border color is #613270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613270


Comments

No comments written yet.

Please login to write comment.