Color Hex Logo

#643daa Color Hex

#643DAA
(100,61,170)
0 Favorites   0 Comments

Color spaces of #643daa

RGB 10061170
HSL0.730.470.45
HSV261°64°67°
CMYK 0.410.640.00   0.33
XYZ14.18008.949139.0102
Yxy8.94910.22820.1440
Hunter Lab29.915032.2593-56.3756
CIE-Lab35.886141.5382-52.5895

#643daa color RGB value is (100,61,170).

#643daa hex color red value is 100, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #643daa hue: 0.73 , saturation: 0.47 and the lightness value of 643daa is 0.45.

The process color (four color CMYK) of #643daa color hex is 0.41, 0.64, 0.00, 0.33. Web safe color of #643daa is #663399. Color #643daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111101 10101010
Octal 144 75 252
Decimal 100 61 170
Hex 64 3D AA

RGB Percentages of Color #643daa

%30.21
%18.43
%51.36

CMYK Percentages of Color #643daa

%41
%64
%0
%33

Triadic Colors of #643daa

#643daa #aa643d #3daa64

Analogous Colors of #643daa

#643daa #9b3daa #3d4daa

Monochromatic Colors of #643daa

#643daa

Complementary Color

#643daa #83aa3d

#643daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#643daa Color CSS Codes

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

#643daa Text Font Color

<p style="color:#643daa">Text here</p>

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


#643daa Background Color

<div style="background-color:#643daa">
Div content here</div>

This div background color is #643daa


#643daa Border Color

<div style="border:3px solid #643daa">
Div here</div>

This div border color is #643daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,61,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #643daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #643daa;
  -webkit-box-shadow: 1px 1px 3px 2px #643daa;
  box-shadow:         1px 1px 3px 2px #643daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643daa


Comments

No comments written yet.

Please login to write comment.