Color Hex Logo

#642494 Color Hex

#642494
(100,36,148)
0 Favorites   0 Comments

Color spaces of #642494

RGB 10036148
HSL0.760.610.36
HSV274°76°58°
CMYK 0.320.760.00   0.42
XYZ11.23176.109228.6042
Yxy6.10920.24450.1330
Hunter Lab24.716837.8588-51.3132
CIE-Lab29.686348.4373-49.3219

#642494 color RGB value is (100,36,148).

#642494 hex color red value is 100, green value is 36 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #642494 hue: 0.76 , saturation: 0.61 and the lightness value of 642494 is 0.36.

The process color (four color CMYK) of #642494 color hex is 0.32, 0.76, 0.00, 0.42. Web safe color of #642494 is #663399. Color #642494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100100 10010100
Octal 144 44 224
Decimal 100 36 148
Hex 64 24 94

RGB Percentages of Color #642494

%35.21
%12.68
%52.11

CMYK Percentages of Color #642494

%32
%76
%0
%42

Triadic Colors of #642494

#642494 #946424 #249464

Analogous Colors of #642494

#642494 #94248c #2c2494

Monochromatic Colors of #642494

#642494

Complementary Color

#642494 #549424

#642494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642494 Color CSS Codes

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

#642494 Text Font Color

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

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


#642494 Background Color

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

This div background color is #642494


#642494 Border Color

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

This div border color is #642494


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,36,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #642494; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #642494;
  -webkit-box-shadow: 1px 1px 3px 2px #642494;
  box-shadow:         1px 1px 3px 2px #642494; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642494


Comments

No comments written yet.

Please login to write comment.