Color Hex Logo

#644aca Color Hex

#644ACA
(100,74,202)
0 Favorites   0 Comments

Color spaces of #644aca

RGB 10074202
HSL0.700.550.54
HSV252°63°79°
CMYK 0.500.630.00   0.21
XYZ18.365011.871257.2005
Yxy11.87120.21000.1358
Hunter Lab34.454634.8485-74.3132
CIE-Lab41.010743.3240-63.0833

#644aca color RGB value is (100,74,202).

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

The process color (four color CMYK) of #644aca color hex is 0.50, 0.63, 0.00, 0.21. Web safe color of #644aca is #6633cc. Color #644aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001010 11001010
Octal 144 112 312
Decimal 100 74 202
Hex 64 4A CA

RGB Percentages of Color #644aca

%26.60
%19.68
%53.72

CMYK Percentages of Color #644aca

%50
%63
%0
%21

Triadic Colors of #644aca

#644aca #ca644a #4aca64

Analogous Colors of #644aca

#644aca #a44aca #4a70ca

Monochromatic Colors of #644aca

#644aca

Complementary Color

#644aca #b0ca4a

#644aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#644aca Color CSS Codes

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

#644aca Text Font Color

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

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


#644aca Background Color

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

This div background color is #644aca


#644aca Border Color

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

This div border color is #644aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644aca


Comments

No comments written yet.

Please login to write comment.