Color Hex Logo

#646fef Color Hex

#646FEF
(100,111,239)
0 Favorites   0 Comments

Color spaces of #646fef

RGB 100111239
HSL0.650.810.66
HSV235°58°94°
CMYK 0.580.540.00   0.06
XYZ26.520020.310284.1839
Yxy20.31020.20240.1550
Hunter Lab45.066826.1730-79.2057
CIE-Lab52.186132.8188-66.0012

#646fef color RGB value is (100,111,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 11101111
Octal 144 157 357
Decimal 100 111 239
Hex 64 6F EF

RGB Percentages of Color #646fef

%22.22
%24.67
%53.11

CMYK Percentages of Color #646fef

%58
%54
%0
%6

Triadic Colors of #646fef

#646fef #ef646f #6fef64

Analogous Colors of #646fef

#646fef #9f64ef #64b5ef

Monochromatic Colors of #646fef

#646fef

Complementary Color

#646fef #efe464

#646fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#646fef Color CSS Codes

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

#646fef Text Font Color

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

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


#646fef Background Color

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

This div background color is #646fef


#646fef Border Color

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

This div border color is #646fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,111,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 #646fef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646fef


Comments

No comments written yet.

Please login to write comment.