Color Hex Logo

#613baa Color Hex

#613BAA
(97,59,170)
0 Favorites   0 Comments

Color spaces of #613baa

RGB 9759170
HSL0.720.480.45
HSV261°65°67°
CMYK 0.430.650.00   0.33
XYZ13.74948.571638.9600
Yxy8.57160.22440.1399
Hunter Lab29.277332.5931-58.4045
CIE-Lab35.146042.0163-53.8045

#613baa color RGB value is (97,59,170).

#613baa hex color red value is 97, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #613baa hue: 0.72 , saturation: 0.48 and the lightness value of 613baa is 0.45.

The process color (four color CMYK) of #613baa color hex is 0.43, 0.65, 0.00, 0.33. Web safe color of #613baa is #663399. Color #613baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111011 10101010
Octal 141 73 252
Decimal 97 59 170
Hex 61 3B AA

RGB Percentages of Color #613baa

%29.75
%18.10
%52.15

CMYK Percentages of Color #613baa

%43
%65
%0
%33

Triadic Colors of #613baa

#613baa #aa613b #3baa61

Analogous Colors of #613baa

#613baa #993baa #3b4daa

Monochromatic Colors of #613baa

#613baa

Complementary Color

#613baa #84aa3b

#613baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#613baa Color CSS Codes

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

#613baa Text Font Color

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

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


#613baa Background Color

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

This div background color is #613baa


#613baa Border Color

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

This div border color is #613baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613baa


Comments

No comments written yet.

Please login to write comment.