Color Hex Logo

#642ada Color Hex

#642ADA
(100,42,218)
0 Favorites   0 Comments

Color spaces of #642ada

RGB 10042218
HSL0.720.700.51
HSV260°81°85°
CMYK 0.540.810.00   0.15
XYZ18.73849.427267.1617
Yxy9.42720.19660.0989
Hunter Lab30.703755.2064-108.1990
CIE-Lab36.794163.4447-79.2244

#642ada color RGB value is (100,42,218).

#642ada hex color red value is 100, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #642ada hue: 0.72 , saturation: 0.70 and the lightness value of 642ada is 0.51.

The process color (four color CMYK) of #642ada color hex is 0.54, 0.81, 0.00, 0.15. Web safe color of #642ada is #6633cc. Color #642ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101010 11011010
Octal 144 52 332
Decimal 100 42 218
Hex 64 2A DA

RGB Percentages of Color #642ada

%27.78
%11.67
%60.56

CMYK Percentages of Color #642ada

%54
%81
%0
%15

Triadic Colors of #642ada

#642ada #da642a #2ada64

Analogous Colors of #642ada

#642ada #bc2ada #2a48da

Monochromatic Colors of #642ada

#642ada

Complementary Color

#642ada #a0da2a

#642ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#642ada Color CSS Codes

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

#642ada Text Font Color

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

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


#642ada Background Color

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

This div background color is #642ada


#642ada Border Color

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

This div border color is #642ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642ada


Comments

No comments written yet.

Please login to write comment.