Color Hex Logo

#611aee Color Hex

#611AEE
(97,26,238)
0 Favorites   0 Comments

Color spaces of #611aee

RGB 9726238
HSL0.720.860.52
HSV260°89°93°
CMYK 0.590.890.00   0.07
XYZ20.73189.453281.6209
Yxy9.45320.18540.0846
Hunter Lab30.746166.5554-135.8737
CIE-Lab36.842673.2091-90.5734

#611aee color RGB value is (97,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011010 11101110
Octal 141 32 356
Decimal 97 26 238
Hex 61 1A EE

RGB Percentages of Color #611aee

%26.87
%7.20
%65.93

CMYK Percentages of Color #611aee

%59
%89
%0
%7

Triadic Colors of #611aee

#611aee #ee611a #1aee61

Analogous Colors of #611aee

#611aee #cb1aee #1a3dee

Monochromatic Colors of #611aee

#611aee

Complementary Color

#611aee #a7ee1a

#611aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#611aee Color CSS Codes

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

#611aee Text Font Color

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

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


#611aee Background Color

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

This div background color is #611aee


#611aee Border Color

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

This div border color is #611aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611aee


Comments

No comments written yet.

Please login to write comment.