Color Hex Logo

#643cad Color Hex

#643CAD
(100,60,173)
0 Favorites   0 Comments

Color spaces of #643cad

RGB 10060173
HSL0.730.480.46
HSV261°65°68°
CMYK 0.420.650.00   0.32
XYZ14.41428.958240.5046
Yxy8.95820.22570.1402
Hunter Lab29.930333.5864-59.2860
CIE-Lab35.903742.9144-54.3504

#643cad color RGB value is (100,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111100 10101101
Octal 144 74 255
Decimal 100 60 173
Hex 64 3C AD

RGB Percentages of Color #643cad

%30.03
%18.02
%51.95

CMYK Percentages of Color #643cad

%42
%65
%0
%32

Triadic Colors of #643cad

#643cad #ad643c #3cad64

Analogous Colors of #643cad

#643cad #9d3cad #3c4dad

Monochromatic Colors of #643cad

#643cad

Complementary Color

#643cad #85ad3c

#643cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#643cad Color CSS Codes

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

#643cad Text Font Color

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

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


#643cad Background Color

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

This div background color is #643cad


#643cad Border Color

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

This div border color is #643cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,60,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 #643cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643cad


Comments

No comments written yet.

Please login to write comment.