Color Hex Logo

#646582 Color Hex

#646582
(100,101,130)
0 Favorites   0 Comments

Color spaces of #646582

RGB 100101130
HSL0.660.130.45
HSV238°23°51°
CMYK 0.230.220.00   0.49
XYZ13.938513.628423.0150
Yxy13.62840.27560.2694
Hunter Lab36.91672.7915-11.1216
CIE-Lab43.69526.3641-16.2143

#646582 color RGB value is (100,101,130).

#646582 hex color red value is 100, green value is 101 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #646582 hue: 0.66 , saturation: 0.13 and the lightness value of 646582 is 0.45.

The process color (four color CMYK) of #646582 color hex is 0.23, 0.22, 0.00, 0.49. Web safe color of #646582 is #666699. Color #646582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01100101 10000010
Octal 144 145 202
Decimal 100 101 130
Hex 64 65 82

RGB Percentages of Color #646582

%30.21
%30.51
%39.27

CMYK Percentages of Color #646582

%23
%22
%0
%49

Triadic Colors of #646582

#646582 #826465 #658264

Analogous Colors of #646582

#646582 #726482 #647482

Monochromatic Colors of #646582

#646582

Complementary Color

#646582 #828164

#646582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#646582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#646582 Color CSS Codes

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

#646582 Text Font Color

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

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


#646582 Background Color

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

This div background color is #646582


#646582 Border Color

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

This div border color is #646582


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,101,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #646582; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #646582;
  -webkit-box-shadow: 1px 1px 3px 2px #646582;
  box-shadow:         1px 1px 3px 2px #646582; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #646582


Comments

No comments written yet.

Please login to write comment.