Color Hex Logo

#646ceb Color Hex

#646CEB
(100,108,235)
0 Favorites   0 Comments

Color spaces of #646ceb

RGB 100108235
HSL0.660.770.66
HSV236°57°92°
CMYK 0.570.540.00   0.08
XYZ25.613519.432680.9982
Yxy19.43260.20320.1542
Hunter Lab44.082426.5708-78.0833
CIE-Lab51.189533.3485-65.3742

#646ceb color RGB value is (100,108,235).

#646ceb hex color red value is 100, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #646ceb hue: 0.66 , saturation: 0.77 and the lightness value of 646ceb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 11101011
Octal 144 154 353
Decimal 100 108 235
Hex 64 6C EB

RGB Percentages of Color #646ceb

%22.57
%24.38
%53.05

CMYK Percentages of Color #646ceb

%57
%54
%0
%8

Triadic Colors of #646ceb

#646ceb #eb646c #6ceb64

Analogous Colors of #646ceb

#646ceb #a064eb #64b0eb

Monochromatic Colors of #646ceb

#646ceb

Complementary Color

#646ceb #ebe364

#646ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#646ceb Color CSS Codes

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

#646ceb Text Font Color

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

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


#646ceb Background Color

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

This div background color is #646ceb


#646ceb Border Color

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

This div border color is #646ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646ceb


Comments

No comments written yet.

Please login to write comment.