Color Hex Logo

#6131ab Color Hex

#6131AB
(97,49,171)
0 Favorites   0 Comments

Color spaces of #6131ab

RGB 9749171
HSL0.730.550.43
HSV264°71°67°
CMYK 0.430.710.00   0.33
XYZ13.37887.678339.3050
Yxy7.67830.22160.1272
Hunter Lab27.709737.6912-64.7033
CIE-Lab33.303747.5775-57.3988

#6131ab color RGB value is (97,49,171).

#6131ab hex color red value is 97, green value is 49 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #6131ab hue: 0.73 , saturation: 0.55 and the lightness value of 6131ab is 0.43.

The process color (four color CMYK) of #6131ab color hex is 0.43, 0.71, 0.00, 0.33. Web safe color of #6131ab is #663399. Color #6131ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 10101011
Octal 141 61 253
Decimal 97 49 171
Hex 61 31 AB

RGB Percentages of Color #6131ab

%30.60
%15.46
%53.94

CMYK Percentages of Color #6131ab

%43
%71
%0
%33

Triadic Colors of #6131ab

#6131ab #ab6131 #31ab61

Analogous Colors of #6131ab

#6131ab #9e31ab #313eab

Monochromatic Colors of #6131ab

#6131ab

Complementary Color

#6131ab #7bab31

#6131ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6131ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6131ab Color CSS Codes

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

#6131ab Text Font Color

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

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


#6131ab Background Color

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

This div background color is #6131ab


#6131ab Border Color

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

This div border color is #6131ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,49,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 #6131ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6131ab


Comments

No comments written yet.

Please login to write comment.