Color Hex Logo

#643dad Color Hex

#643DAD
(100,61,173)
0 Favorites   0 Comments

Color spaces of #643dad

RGB 10061173
HSL0.720.480.46
HSV261°65°68°
CMYK 0.420.650.00   0.32
XYZ14.46719.063940.5222
Yxy9.06390.22590.1415
Hunter Lab30.106333.0892-58.7282
CIE-Lab36.107042.3637-54.0206

#643dad color RGB value is (100,61,173).

#643dad hex color red value is 100, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #643dad hue: 0.72 , saturation: 0.48 and the lightness value of 643dad is 0.46.

The process color (four color CMYK) of #643dad color hex is 0.42, 0.65, 0.00, 0.32. Web safe color of #643dad is #663399. Color #643dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111101 10101101
Octal 144 75 255
Decimal 100 61 173
Hex 64 3D AD

RGB Percentages of Color #643dad

%29.94
%18.26
%51.80

CMYK Percentages of Color #643dad

%42
%65
%0
%32

Triadic Colors of #643dad

#643dad #ad643d #3dad64

Analogous Colors of #643dad

#643dad #9c3dad #3d4ead

Monochromatic Colors of #643dad

#643dad

Complementary Color

#643dad #86ad3d

#643dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#643dad Color CSS Codes

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

#643dad Text Font Color

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

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


#643dad Background Color

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

This div background color is #643dad


#643dad Border Color

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

This div border color is #643dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643dad


Comments

No comments written yet.

Please login to write comment.