Color Hex Logo

#611cee Color Hex

#611CEE
(97,28,238)
0 Favorites   0 Comments

Color spaces of #611cee

RGB 9728238
HSL0.720.860.52
HSV260°88°93°
CMYK 0.590.880.00   0.07
XYZ20.77769.544981.6362
Yxy9.54490.18560.0853
Hunter Lab30.894865.9801-135.0410
CIE-Lab37.012972.6965-90.2911

#611cee color RGB value is (97,28,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011100 11101110
Octal 141 34 356
Decimal 97 28 238
Hex 61 1C EE

RGB Percentages of Color #611cee

%26.72
%7.71
%65.56

CMYK Percentages of Color #611cee

%59
%88
%0
%7

Triadic Colors of #611cee

#611cee #ee611c #1cee61

Analogous Colors of #611cee

#611cee #ca1cee #1c40ee

Monochromatic Colors of #611cee

#611cee

Complementary Color

#611cee #a9ee1c

#611cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#611cee Color CSS Codes

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

#611cee Text Font Color

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

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


#611cee Background Color

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

This div background color is #611cee


#611cee Border Color

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

This div border color is #611cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611cee


Comments

No comments written yet.

Please login to write comment.