Color Hex Logo

#611ffb Color Hex

#611FFB
(97,31,251)
0 Favorites   0 Comments

Color spaces of #611ffb

RGB 9731251
HSL0.720.960.55
HSV258°88°98°
CMYK 0.610.880.00   0.02
XYZ22.832310.486492.0875
Yxy10.48640.18210.0836
Hunter Lab32.382769.1865-145.9365
CIE-Lab38.701675.0358-94.8240

#611ffb color RGB value is (97,31,251).

#611ffb hex color red value is 97, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #611ffb hue: 0.72 , saturation: 0.96 and the lightness value of 611ffb is 0.55.

The process color (four color CMYK) of #611ffb color hex is 0.61, 0.88, 0.00, 0.02. Web safe color of #611ffb is #6633ff. Color #611ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011111 11111011
Octal 141 37 373
Decimal 97 31 251
Hex 61 1F FB

RGB Percentages of Color #611ffb

%25.59
%8.18
%66.23

CMYK Percentages of Color #611ffb

%61
%88
%0
%2

Triadic Colors of #611ffb

#611ffb #fb611f #1ffb61

Analogous Colors of #611ffb

#611ffb #cf1ffb #1f4bfb

Monochromatic Colors of #611ffb

#611ffb

Complementary Color

#611ffb #b9fb1f

#611ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#611ffb Color CSS Codes

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

#611ffb Text Font Color

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

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


#611ffb Background Color

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

This div background color is #611ffb


#611ffb Border Color

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

This div border color is #611ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611ffb


Comments

No comments written yet.

Please login to write comment.