Color Hex Logo

#642ca1 Color Hex

#642CA1
(100,44,161)
0 Favorites   0 Comments

Color spaces of #642ca1

RGB 10044161
HSL0.750.570.40
HSV269°73°63°
CMYK 0.380.730.00   0.37
XYZ12.58927.083934.4220
Yxy7.08390.23270.1310
Hunter Lab26.615637.8534-58.0489
CIE-Lab31.997247.9884-53.4917

#642ca1 color RGB value is (100,44,161).

#642ca1 hex color red value is 100, green value is 44 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #642ca1 hue: 0.75 , saturation: 0.57 and the lightness value of 642ca1 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101100 10100001
Octal 144 54 241
Decimal 100 44 161
Hex 64 2C A1

RGB Percentages of Color #642ca1

%32.79
%14.43
%52.79

CMYK Percentages of Color #642ca1

%38
%73
%0
%37

Triadic Colors of #642ca1

#642ca1 #a1642c #2ca164

Analogous Colors of #642ca1

#642ca1 #9f2ca1 #2c2ea1

Monochromatic Colors of #642ca1

#642ca1

Complementary Color

#642ca1 #69a12c

#642ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642ca1 Color CSS Codes

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

#642ca1 Text Font Color

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

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


#642ca1 Background Color

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

This div background color is #642ca1


#642ca1 Border Color

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

This div border color is #642ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642ca1


Comments

No comments written yet.

Please login to write comment.