Color Hex Logo

#642a9d Color Hex

#642A9D
(100,42,157)
0 Favorites   0 Comments

Color spaces of #642a9d

RGB 10042157
HSL0.750.580.39
HSV270°73°62°
CMYK 0.360.730.00   0.38
XYZ12.16936.799632.5693
Yxy6.79960.23610.1319
Hunter Lab26.076037.6702-55.8007
CIE-Lab31.346347.9281-52.1243

#642a9d color RGB value is (100,42,157).

#642a9d hex color red value is 100, green value is 42 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #642a9d hue: 0.75 , saturation: 0.58 and the lightness value of 642a9d is 0.39.

The process color (four color CMYK) of #642a9d color hex is 0.36, 0.73, 0.00, 0.38. Web safe color of #642a9d is #663399. Color #642a9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101010 10011101
Octal 144 52 235
Decimal 100 42 157
Hex 64 2A 9D

RGB Percentages of Color #642a9d

%33.44
%14.05
%52.51

CMYK Percentages of Color #642a9d

%36
%73
%0
%38

Triadic Colors of #642a9d

#642a9d #9d642a #2a9d64

Analogous Colors of #642a9d

#642a9d #9d2a9d #2a2a9d

Monochromatic Colors of #642a9d

#642a9d

Complementary Color

#642a9d #639d2a

#642a9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642a9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#642a9d Color CSS Codes

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

#642a9d Text Font Color

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

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


#642a9d Background Color

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

This div background color is #642a9d


#642a9d Border Color

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

This div border color is #642a9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642a9d


Comments

No comments written yet.

Please login to write comment.