Color Hex Logo

#642888 Color Hex

#642888
(100,40,136)
0 Favorites   0 Comments

Color spaces of #642888

RGB 10040136
HSL0.770.550.35
HSV278°71°53°
CMYK 0.260.710.00   0.47
XYZ10.45836.004523.9003
Yxy6.00450.25910.1488
Hunter Lab24.504133.3014-40.6762
CIE-Lab29.423843.8026-42.3286

#642888 color RGB value is (100,40,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101000 10001000
Octal 144 50 210
Decimal 100 40 136
Hex 64 28 88

RGB Percentages of Color #642888

%36.23
%14.49
%49.28

CMYK Percentages of Color #642888

%26
%71
%0
%47

Triadic Colors of #642888

#642888 #886428 #288864

Analogous Colors of #642888

#642888 #88287c #342888

Monochromatic Colors of #642888

#642888

Complementary Color

#642888 #4c8828

#642888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642888 Color CSS Codes

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

#642888 Text Font Color

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

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


#642888 Background Color

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

This div background color is #642888


#642888 Border Color

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

This div border color is #642888


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,40,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 #642888">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642888


Comments

No comments written yet.

Please login to write comment.