Color Hex Logo

#6416eb Color Hex

#6416EB
(100,22,235)
0 Favorites   0 Comments

Color spaces of #6416eb

RGB 10022235
HSL0.730.840.50
HSV262°91°92°
CMYK 0.570.910.00   0.08
XYZ20.53789.281379.3063
Yxy9.28130.18820.0851
Hunter Lab30.465267.0197-133.0166
CIE-Lab36.520373.6564-89.3952

#6416eb color RGB value is (100,22,235).

#6416eb hex color red value is 100, green value is 22 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6416eb hue: 0.73 , saturation: 0.84 and the lightness value of 6416eb is 0.50.

The process color (four color CMYK) of #6416eb color hex is 0.57, 0.91, 0.00, 0.08. Web safe color of #6416eb is #6600ff. Color #6416eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010110 11101011
Octal 144 26 353
Decimal 100 22 235
Hex 64 16 EB

RGB Percentages of Color #6416eb

%28.01
%6.16
%65.83

CMYK Percentages of Color #6416eb

%57
%91
%0
%8

Triadic Colors of #6416eb

#6416eb #eb6416 #16eb64

Analogous Colors of #6416eb

#6416eb #cf16eb #1633eb

Monochromatic Colors of #6416eb

#6416eb

Complementary Color

#6416eb #9deb16

#6416eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6416eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6416eb Color CSS Codes

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

#6416eb Text Font Color

<p style="color:#6416eb">Text here</p>

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


#6416eb Background Color

<div style="background-color:#6416eb">
Div content here</div>

This div background color is #6416eb


#6416eb Border Color

<div style="border:3px solid #6416eb">
Div here</div>

This div border color is #6416eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,22,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6416eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6416eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6416eb;
  box-shadow:         1px 1px 3px 2px #6416eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,22,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6416eb


Comments

No comments written yet.

Please login to write comment.