Color Hex Logo

#646fee Color Hex

#646FEE
(100,111,238)
0 Favorites   0 Comments

Color spaces of #646fee

RGB 100111238
HSL0.650.800.66
HSV235°58°93°
CMYK 0.580.530.00   0.07
XYZ26.372620.251383.4078
Yxy20.25130.20280.1557
Hunter Lab45.001425.8554-78.3899
CIE-Lab52.120232.4967-65.5491

#646fee color RGB value is (100,111,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101111 11101110
Octal 144 157 356
Decimal 100 111 238
Hex 64 6F EE

RGB Percentages of Color #646fee

%22.27
%24.72
%53.01

CMYK Percentages of Color #646fee

%58
%53
%0
%7

Triadic Colors of #646fee

#646fee #ee646f #6fee64

Analogous Colors of #646fee

#646fee #9e64ee #64b4ee

Monochromatic Colors of #646fee

#646fee

Complementary Color

#646fee #eee364

#646fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#646fee Color CSS Codes

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

#646fee Text Font Color

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

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


#646fee Background Color

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

This div background color is #646fee


#646fee Border Color

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

This div border color is #646fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646fee


Comments

No comments written yet.

Please login to write comment.