Color Hex Logo

#611eee Color Hex

#611EEE
(97,30,238)
0 Favorites   0 Comments

Color spaces of #611eee

RGB 9730238
HSL0.720.860.53
HSV259°87°93°
CMYK 0.590.870.00   0.07
XYZ20.82679.643081.6525
Yxy9.64300.18580.0860
Hunter Lab31.053265.3730-134.1623
CIE-Lab37.193972.1534-89.9912

#611eee color RGB value is (97,30,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011110 11101110
Octal 141 36 356
Decimal 97 30 238
Hex 61 1E EE

RGB Percentages of Color #611eee

%26.58
%8.22
%65.21

CMYK Percentages of Color #611eee

%59
%87
%0
%7

Triadic Colors of #611eee

#611eee #ee611e #1eee61

Analogous Colors of #611eee

#611eee #c91eee #1e43ee

Monochromatic Colors of #611eee

#611eee

Complementary Color

#611eee #abee1e

#611eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#611eee Color CSS Codes

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

#611eee Text Font Color

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

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


#611eee Background Color

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

This div background color is #611eee


#611eee Border Color

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

This div border color is #611eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611eee


Comments

No comments written yet.

Please login to write comment.