Color Hex Logo

#642daa Color Hex

#642DAA
(100,45,170)
0 Favorites   0 Comments

Color spaces of #642daa

RGB 10045170
HSL0.740.580.42
HSV266°74°67°
CMYK 0.410.740.00   0.33
XYZ13.44967.488438.7667
Yxy7.48840.22530.1254
Hunter Lab27.364939.8424-64.8381
CIE-Lab32.893949.8021-57.4524

#642daa color RGB value is (100,45,170).

#642daa hex color red value is 100, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #642daa hue: 0.74 , saturation: 0.58 and the lightness value of 642daa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101101 10101010
Octal 144 55 252
Decimal 100 45 170
Hex 64 2D AA

RGB Percentages of Color #642daa

%31.75
%14.29
%53.97

CMYK Percentages of Color #642daa

%41
%74
%0
%33

Triadic Colors of #642daa

#642daa #aa642d #2daa64

Analogous Colors of #642daa

#642daa #a32daa #2d35aa

Monochromatic Colors of #642daa

#642daa

Complementary Color

#642daa #73aa2d

#642daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#642daa Color CSS Codes

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

#642daa Text Font Color

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

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


#642daa Background Color

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

This div background color is #642daa


#642daa Border Color

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

This div border color is #642daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642daa


Comments

No comments written yet.

Please login to write comment.