Color Hex Logo

#642467 Color Hex

#642467
(100,36,103)
0 Favorites   0 Comments

Color spaces of #642467

RGB 10036103
HSL0.830.480.27
HSV297°65°40°
CMYK 0.030.650.00   0.60
XYZ8.33464.950413.3482
Yxy4.95040.31290.1859
Hunter Lab22.249527.9290-19.9954
CIE-Lab26.593038.5455-25.9176

#642467 color RGB value is (100,36,103).

#642467 hex color red value is 100, green value is 36 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #642467 hue: 0.83 , saturation: 0.48 and the lightness value of 642467 is 0.27.

The process color (four color CMYK) of #642467 color hex is 0.03, 0.65, 0.00, 0.60. Web safe color of #642467 is #663366. Color #642467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100100 01100111
Octal 144 44 147
Decimal 100 36 103
Hex 64 24 67

RGB Percentages of Color #642467

%41.84
%15.06
%43.10

CMYK Percentages of Color #642467

%3
%65
%0
%60

Triadic Colors of #642467

#642467 #676424 #246764

Analogous Colors of #642467

#642467 #672448 #432467

Monochromatic Colors of #642467

#642467

Complementary Color

#642467 #276724

#642467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642467 Color CSS Codes

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

#642467 Text Font Color

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

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


#642467 Background Color

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

This div background color is #642467


#642467 Border Color

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

This div border color is #642467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642467


Comments

No comments written yet.

Please login to write comment.