Color Hex Logo

#644ab7 Color Hex

#644AB7
(100,74,183)
0 Favorites   0 Comments

Color spaces of #644ab7

RGB 10074183
HSL0.710.430.50
HSV254°60°72°
CMYK 0.450.600.00   0.28
XYZ16.251611.025846.0714
Yxy11.02580.22160.1503
Hunter Lab33.205129.2544-59.0200
CIE-Lab39.623937.7586-54.2450

#644ab7 color RGB value is (100,74,183).

#644ab7 hex color red value is 100, green value is 74 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #644ab7 hue: 0.71 , saturation: 0.43 and the lightness value of 644ab7 is 0.50.

The process color (four color CMYK) of #644ab7 color hex is 0.45, 0.60, 0.00, 0.28. Web safe color of #644ab7 is #6633cc. Color #644ab7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001010 10110111
Octal 144 112 267
Decimal 100 74 183
Hex 64 4A B7

RGB Percentages of Color #644ab7

%28.01
%20.73
%51.26

CMYK Percentages of Color #644ab7

%45
%60
%0
%28

Triadic Colors of #644ab7

#644ab7 #b7644a #4ab764

Analogous Colors of #644ab7

#644ab7 #9b4ab7 #4a67b7

Monochromatic Colors of #644ab7

#644ab7

Complementary Color

#644ab7 #9db74a

#644ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#644ab7 Color CSS Codes

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

#644ab7 Text Font Color

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

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


#644ab7 Background Color

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

This div background color is #644ab7


#644ab7 Border Color

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

This div border color is #644ab7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,74,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #644ab7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #644ab7;
  -webkit-box-shadow: 1px 1px 3px 2px #644ab7;
  box-shadow:         1px 1px 3px 2px #644ab7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644ab7


Comments

No comments written yet.

Please login to write comment.