Color Hex Logo

#644dbe Color Hex

#644DBE
(100,77,190)
0 Favorites   0 Comments

Color spaces of #644dbe

RGB 10077190
HSL0.700.470.52
HSV252°59°75°
CMYK 0.470.590.00   0.25
XYZ17.203711.734850.0735
Yxy11.73480.21770.1485
Hunter Lab34.256129.6960-62.6873
CIE-Lab40.791538.0428-56.4595

#644dbe color RGB value is (100,77,190).

#644dbe hex color red value is 100, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #644dbe hue: 0.70 , saturation: 0.47 and the lightness value of 644dbe is 0.52.

The process color (four color CMYK) of #644dbe color hex is 0.47, 0.59, 0.00, 0.25. Web safe color of #644dbe is #6666cc. Color #644dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001101 10111110
Octal 144 115 276
Decimal 100 77 190
Hex 64 4D BE

RGB Percentages of Color #644dbe

%27.25
%20.98
%51.77

CMYK Percentages of Color #644dbe

%47
%59
%0
%25

Triadic Colors of #644dbe

#644dbe #be644d #4dbe64

Analogous Colors of #644dbe

#644dbe #9d4dbe #4d6fbe

Monochromatic Colors of #644dbe

#644dbe

Complementary Color

#644dbe #a7be4d

#644dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#644dbe Color CSS Codes

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

#644dbe Text Font Color

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

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


#644dbe Background Color

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

This div background color is #644dbe


#644dbe Border Color

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

This div border color is #644dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644dbe


Comments

No comments written yet.

Please login to write comment.