Color Hex Logo

#644ebd Color Hex

#644EBD
(100,78,189)
0 Favorites   0 Comments

Color spaces of #644ebd

RGB 10078189
HSL0.700.460.52
HSV252°59°74°
CMYK 0.470.590.00   0.26
XYZ17.165211.832249.5233
Yxy11.83220.21860.1507
Hunter Lab34.398028.8783-61.2822
CIE-Lab40.948237.1563-55.6218

#644ebd color RGB value is (100,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001110 10111101
Octal 144 116 275
Decimal 100 78 189
Hex 64 4E BD

RGB Percentages of Color #644ebd

%27.25
%21.25
%51.50

CMYK Percentages of Color #644ebd

%47
%59
%0
%26

Triadic Colors of #644ebd

#644ebd #bd644e #4ebd64

Analogous Colors of #644ebd

#644ebd #9c4ebd #4e70bd

Monochromatic Colors of #644ebd

#644ebd

Complementary Color

#644ebd #a7bd4e

#644ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#644ebd Color CSS Codes

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

#644ebd Text Font Color

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

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


#644ebd Background Color

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

This div background color is #644ebd


#644ebd Border Color

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

This div border color is #644ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644ebd


Comments

No comments written yet.

Please login to write comment.