Color Hex Logo

#646cae Color Hex

#646CAE
(100,108,174)
0 Favorites   0 Comments

Color spaces of #646cae

RGB 100108174
HSL0.650.310.54
HSV234°43°68°
CMYK 0.430.380.00   0.32
XYZ18.258116.490442.2651
Yxy16.49040.23710.2141
Hunter Lab40.60849.1915-33.2830
CIE-Lab47.611414.3106-36.2191

#646cae color RGB value is (100,108,174).

#646cae hex color red value is 100, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #646cae hue: 0.65 , saturation: 0.31 and the lightness value of 646cae is 0.54.

The process color (four color CMYK) of #646cae color hex is 0.43, 0.38, 0.00, 0.32. Web safe color of #646cae is #666699. Color #646cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01101100 10101110
Octal 144 154 256
Decimal 100 108 174
Hex 64 6C AE

RGB Percentages of Color #646cae

%26.18
%28.27
%45.55

CMYK Percentages of Color #646cae

%43
%38
%0
%32

Triadic Colors of #646cae

#646cae #ae646c #6cae64

Analogous Colors of #646cae

#646cae #8164ae #6491ae

Monochromatic Colors of #646cae

#646cae

Complementary Color

#646cae #aea664

#646cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#646cae Color CSS Codes

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

#646cae Text Font Color

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

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


#646cae Background Color

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

This div background color is #646cae


#646cae Border Color

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

This div border color is #646cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646cae


Comments

No comments written yet.

Please login to write comment.