Color Hex Logo

#642487 Color Hex

#642487
(100,36,135)
0 Favorites   0 Comments

Color spaces of #642487

RGB 10036135
HSL0.770.580.34
HSV279°73°53°
CMYK 0.260.730.00   0.47
XYZ10.25965.720323.4851
Yxy5.72030.26000.1449
Hunter Lab23.917134.7151-41.4770
CIE-Lab28.695545.4146-42.8815

#642487 color RGB value is (100,36,135).

#642487 hex color red value is 100, green value is 36 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #642487 hue: 0.77 , saturation: 0.58 and the lightness value of 642487 is 0.34.

The process color (four color CMYK) of #642487 color hex is 0.26, 0.73, 0.00, 0.47. Web safe color of #642487 is #663399. Color #642487 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100100 10000111
Octal 144 44 207
Decimal 100 36 135
Hex 64 24 87

RGB Percentages of Color #642487

%36.90
%13.28
%49.82

CMYK Percentages of Color #642487

%26
%73
%0
%47

Triadic Colors of #642487

#642487 #876424 #248764

Analogous Colors of #642487

#642487 #872479 #332487

Monochromatic Colors of #642487

#642487

Complementary Color

#642487 #478724

#642487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642487 Color CSS Codes

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

#642487 Text Font Color

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

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


#642487 Background Color

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

This div background color is #642487


#642487 Border Color

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

This div border color is #642487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642487


Comments

No comments written yet.

Please login to write comment.