Color Hex Logo

#644acc Color Hex

#644ACC
(100,74,204)
0 Favorites   0 Comments

Color spaces of #644acc

RGB 10074204
HSL0.700.560.55
HSV252°64°80°
CMYK 0.510.640.00   0.20
XYZ18.603411.966558.4560
Yxy11.96650.20900.1344
Hunter Lab34.592635.4575-75.9758
CIE-Lab41.162843.9136-63.9932

#644acc color RGB value is (100,74,204).

#644acc hex color red value is 100, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #644acc hue: 0.70 , saturation: 0.56 and the lightness value of 644acc is 0.55.

The process color (four color CMYK) of #644acc color hex is 0.51, 0.64, 0.00, 0.20. Web safe color of #644acc is #6633cc. Color #644acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001010 11001100
Octal 144 112 314
Decimal 100 74 204
Hex 64 4A CC

RGB Percentages of Color #644acc

%26.46
%19.58
%53.97

CMYK Percentages of Color #644acc

%51
%64
%0
%20

Triadic Colors of #644acc

#644acc #cc644a #4acc64

Analogous Colors of #644acc

#644acc #a54acc #4a71cc

Monochromatic Colors of #644acc

#644acc

Complementary Color

#644acc #b2cc4a

#644acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#644acc Color CSS Codes

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

#644acc Text Font Color

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

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


#644acc Background Color

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

This div background color is #644acc


#644acc Border Color

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

This div border color is #644acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644acc


Comments

No comments written yet.

Please login to write comment.