Color Hex Logo

#642988 Color Hex

#642988
(100,41,136)
0 Favorites   0 Comments

Color spaces of #642988

RGB 10041136
HSL0.770.540.35
HSV277°70°53°
CMYK 0.260.700.00   0.47
XYZ10.49246.072823.9117
Yxy6.07280.25920.1500
Hunter Lab24.643132.8755-40.2803
CIE-Lab29.595443.3231-42.0519

#642988 color RGB value is (100,41,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101001 10001000
Octal 144 51 210
Decimal 100 41 136
Hex 64 29 88

RGB Percentages of Color #642988

%36.10
%14.80
%49.10

CMYK Percentages of Color #642988

%26
%70
%0
%47

Triadic Colors of #642988

#642988 #886429 #298864

Analogous Colors of #642988

#642988 #88297d #352988

Monochromatic Colors of #642988

#642988

Complementary Color

#642988 #4d8829

#642988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#642988 Color CSS Codes

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

#642988 Text Font Color

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

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


#642988 Background Color

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

This div background color is #642988


#642988 Border Color

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

This div border color is #642988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642988


Comments

No comments written yet.

Please login to write comment.