Color Hex Logo

#611fec Color Hex

#611FEC
(97,31,236)
0 Favorites   0 Comments

Color spaces of #611fec

RGB 9731236
HSL0.720.840.52
HSV259°87°93°
CMYK 0.590.870.00   0.07
XYZ20.56019.577580.1219
Yxy9.57750.18650.0869
Hunter Lab30.947564.4289-131.8361
CIE-Lab37.073271.3820-89.0567

#611fec color RGB value is (97,31,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011111 11101100
Octal 141 37 354
Decimal 97 31 236
Hex 61 1F EC

RGB Percentages of Color #611fec

%26.65
%8.52
%64.84

CMYK Percentages of Color #611fec

%59
%87
%0
%7

Triadic Colors of #611fec

#611fec #ec611f #1fec61

Analogous Colors of #611fec

#611fec #c81fec #1f44ec

Monochromatic Colors of #611fec

#611fec

Complementary Color

#611fec #aaec1f

#611fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#611fec Color CSS Codes

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

#611fec Text Font Color

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

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


#611fec Background Color

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

This div background color is #611fec


#611fec Border Color

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

This div border color is #611fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611fec


Comments

No comments written yet.

Please login to write comment.