Color Hex Logo

#611bee Color Hex

#611BEE
(97,27,238)
0 Favorites   0 Comments

Color spaces of #611bee

RGB 9727238
HSL0.720.860.52
HSV260°89°93°
CMYK 0.590.890.00   0.07
XYZ20.75439.498381.6284
Yxy9.49830.18550.0849
Hunter Lab30.819366.2714-135.4627
CIE-Lab36.926572.9563-90.4343

#611bee color RGB value is (97,27,238).

#611bee hex color red value is 97, green value is 27 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #611bee hue: 0.72 , saturation: 0.86 and the lightness value of 611bee is 0.52.

The process color (four color CMYK) of #611bee color hex is 0.59, 0.89, 0.00, 0.07. Web safe color of #611bee is #6633ff. Color #611bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011011 11101110
Octal 141 33 356
Decimal 97 27 238
Hex 61 1B EE

RGB Percentages of Color #611bee

%26.80
%7.46
%65.75

CMYK Percentages of Color #611bee

%59
%89
%0
%7

Triadic Colors of #611bee

#611bee #ee611b #1bee61

Analogous Colors of #611bee

#611bee #cb1bee #1b3fee

Monochromatic Colors of #611bee

#611bee

Complementary Color

#611bee #a8ee1b

#611bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#611bee Color CSS Codes

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

#611bee Text Font Color

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

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


#611bee Background Color

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

This div background color is #611bee


#611bee Border Color

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

This div border color is #611bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611bee


Comments

No comments written yet.

Please login to write comment.