Color Hex Logo

#642788 Color Hex

#642788
(100,39,136)
0 Favorites   0 Comments

Color spaces of #642788

RGB 10039136
HSL0.770.550.34
HSV278°71°53°
CMYK 0.260.710.00   0.47
XYZ10.42505.937923.8892
Yxy5.93790.25900.1475
Hunter Lab24.367833.7220-41.0680
CIE-Lab29.255244.2746-42.6005

#642788 color RGB value is (100,39,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00100111 10001000
Octal 144 47 210
Decimal 100 39 136
Hex 64 27 88

RGB Percentages of Color #642788

%36.36
%14.18
%49.45

CMYK Percentages of Color #642788

%26
%71
%0
%47

Triadic Colors of #642788

#642788 #886427 #278864

Analogous Colors of #642788

#642788 #88277c #342788

Monochromatic Colors of #642788

#642788

Complementary Color

#642788 #4b8827

#642788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642788 Color CSS Codes

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

#642788 Text Font Color

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

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


#642788 Background Color

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

This div background color is #642788


#642788 Border Color

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

This div border color is #642788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642788


Comments

No comments written yet.

Please login to write comment.