Color Hex Logo

#611abf Color Hex

#611ABF
(97,26,191)
0 Favorites   0 Comments

Color spaces of #611abf

RGB 9726191
HSL0.740.760.43
HSV266°86°75°
CMYK 0.490.860.00   0.25
XYZ14.70317.041849.8745
Yxy7.04180.20530.0983
Hunter Lab26.536452.4634-92.8586
CIE-Lab31.901961.9332-71.5816

#611abf color RGB value is (97,26,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011010 10111111
Octal 141 32 277
Decimal 97 26 191
Hex 61 1A BF

RGB Percentages of Color #611abf

%30.89
%8.28
%60.83

CMYK Percentages of Color #611abf

%49
%86
%0
%25

Triadic Colors of #611abf

#611abf #bf611a #1abf61

Analogous Colors of #611abf

#611abf #b41abf #1a26bf

Monochromatic Colors of #611abf

#611abf

Complementary Color

#611abf #78bf1a

#611abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#611abf Color CSS Codes

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

#611abf Text Font Color

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

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


#611abf Background Color

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

This div background color is #611abf


#611abf Border Color

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

This div border color is #611abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611abf


Comments

No comments written yet.

Please login to write comment.