Color Hex Logo

#613dab Color Hex

#613DAB
(97,61,171)
0 Favorites   0 Comments

Color spaces of #613dab

RGB 9761171
HSL0.720.470.45
HSV260°64°67°
CMYK 0.430.640.00   0.33
XYZ13.94928.819139.4951
Yxy8.81910.22400.1416
Hunter Lab29.697031.8750-58.0641
CIE-Lab35.633641.1798-53.6109

#613dab color RGB value is (97,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111101 10101011
Octal 141 75 253
Decimal 97 61 171
Hex 61 3D AB

RGB Percentages of Color #613dab

%29.48
%18.54
%51.98

CMYK Percentages of Color #613dab

%43
%64
%0
%33

Triadic Colors of #613dab

#613dab #ab613d #3dab61

Analogous Colors of #613dab

#613dab #983dab #3d50ab

Monochromatic Colors of #613dab

#613dab

Complementary Color

#613dab #87ab3d

#613dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#613dab Color CSS Codes

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

#613dab Text Font Color

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

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


#613dab Background Color

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

This div background color is #613dab


#613dab Border Color

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

This div border color is #613dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613dab


Comments

No comments written yet.

Please login to write comment.