Color Hex Logo

#646eef Color Hex

#646EEF
(100,110,239)
0 Favorites   0 Comments

Color spaces of #646eef

RGB 100110239
HSL0.650.810.66
HSV236°58°94°
CMYK 0.580.540.00   0.06
XYZ26.411420.093284.1477
Yxy20.09320.20220.1538
Hunter Lab44.825426.7287-79.9232
CIE-Lab51.942433.4226-66.3951

#646eef color RGB value is (100,110,239).

#646eef hex color red value is 100, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #646eef hue: 0.65 , saturation: 0.81 and the lightness value of 646eef is 0.66.

The process color (four color CMYK) of #646eef color hex is 0.58, 0.54, 0.00, 0.06. Web safe color of #646eef is #6666ff. Color #646eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101110 11101111
Octal 144 156 357
Decimal 100 110 239
Hex 64 6E EF

RGB Percentages of Color #646eef

%22.27
%24.50
%53.23

CMYK Percentages of Color #646eef

%58
%54
%0
%6

Triadic Colors of #646eef

#646eef #ef646e #6eef64

Analogous Colors of #646eef

#646eef #a064ef #64b4ef

Monochromatic Colors of #646eef

#646eef

Complementary Color

#646eef #efe564

#646eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#646eef Color CSS Codes

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

#646eef Text Font Color

<p style="color:#646eef">Text here</p>

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


#646eef Background Color

<div style="background-color:#646eef">
Div content here</div>

This div background color is #646eef


#646eef Border Color

<div style="border:3px solid #646eef">
Div here</div>

This div border color is #646eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,110,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646eef;
  -webkit-box-shadow: 1px 1px 3px 2px #646eef;
  box-shadow:         1px 1px 3px 2px #646eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646eef


Comments

No comments written yet.

Please login to write comment.