Color Hex Logo

#611abe Color Hex

#611ABE
(97,26,190)
0 Favorites   0 Comments

Color spaces of #611abe

RGB 9726190
HSL0.740.760.42
HSV266°86°75°
CMYK 0.490.860.00   0.25
XYZ14.59346.997949.2968
Yxy6.99790.20590.0987
Hunter Lab26.453552.1779-91.9708
CIE-Lab31.802161.6939-71.1560

#611abe color RGB value is (97,26,190).

#611abe hex color red value is 97, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #611abe hue: 0.74 , saturation: 0.76 and the lightness value of 611abe is 0.42.

The process color (four color CMYK) of #611abe color hex is 0.49, 0.86, 0.00, 0.25. Web safe color of #611abe is #6633cc. Color #611abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011010 10111110
Octal 141 32 276
Decimal 97 26 190
Hex 61 1A BE

RGB Percentages of Color #611abe

%30.99
%8.31
%60.70

CMYK Percentages of Color #611abe

%49
%86
%0
%25

Triadic Colors of #611abe

#611abe #be611a #1abe61

Analogous Colors of #611abe

#611abe #b31abe #1a25be

Monochromatic Colors of #611abe

#611abe

Complementary Color

#611abe #77be1a

#611abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#611abe Color CSS Codes

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

#611abe Text Font Color

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

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


#611abe Background Color

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

This div background color is #611abe


#611abe Border Color

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

This div border color is #611abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,26,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #611abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #611abe;
  -webkit-box-shadow: 1px 1px 3px 2px #611abe;
  box-shadow:         1px 1px 3px 2px #611abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611abe


Comments

No comments written yet.

Please login to write comment.