Color Hex Logo

#642ace Color Hex

#642ACE
(100,42,206)
0 Favorites   0 Comments

Color spaces of #642ace

RGB 10042206
HSL0.730.660.49
HSV261°80°81°
CMYK 0.510.800.00   0.19
XYZ17.22418.821559.1874
Yxy8.82150.20210.1035
Hunter Lab29.701051.5383-97.3609
CIE-Lab35.638360.3665-74.1933

#642ace color RGB value is (100,42,206).

#642ace hex color red value is 100, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #642ace hue: 0.73 , saturation: 0.66 and the lightness value of 642ace is 0.49.

The process color (four color CMYK) of #642ace color hex is 0.51, 0.80, 0.00, 0.19. Web safe color of #642ace is #6633cc. Color #642ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101010 11001110
Octal 144 52 316
Decimal 100 42 206
Hex 64 2A CE

RGB Percentages of Color #642ace

%28.74
%12.07
%59.20

CMYK Percentages of Color #642ace

%51
%80
%0
%19

Triadic Colors of #642ace

#642ace #ce642a #2ace64

Analogous Colors of #642ace

#642ace #b62ace #2a42ce

Monochromatic Colors of #642ace

#642ace

Complementary Color

#642ace #94ce2a

#642ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#642ace Color CSS Codes

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

#642ace Text Font Color

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

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


#642ace Background Color

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

This div background color is #642ace


#642ace Border Color

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

This div border color is #642ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642ace


Comments

No comments written yet.

Please login to write comment.