Color Hex Logo

#642aba Color Hex

#642ABA
(100,42,186)
0 Favorites   0 Comments

Color spaces of #642aba

RGB 10042186
HSL0.730.630.45
HSV264°77°73°
CMYK 0.460.770.00   0.27
XYZ14.94647.910447.1935
Yxy7.91040.21340.1129
Hunter Lab28.125445.6388-79.7988
CIE-Lab33.795655.2431-65.5031

#642aba color RGB value is (100,42,186).

#642aba hex color red value is 100, green value is 42 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #642aba hue: 0.73 , saturation: 0.63 and the lightness value of 642aba is 0.45.

The process color (four color CMYK) of #642aba color hex is 0.46, 0.77, 0.00, 0.27. Web safe color of #642aba is #6633cc. Color #642aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101010 10111010
Octal 144 52 272
Decimal 100 42 186
Hex 64 2A BA

RGB Percentages of Color #642aba

%30.49
%12.80
%56.71

CMYK Percentages of Color #642aba

%46
%77
%0
%27

Triadic Colors of #642aba

#642aba #ba642a #2aba64

Analogous Colors of #642aba

#642aba #ac2aba #2a38ba

Monochromatic Colors of #642aba

#642aba

Complementary Color

#642aba #80ba2a

#642aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#642aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#642aba Color CSS Codes

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

#642aba Text Font Color

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

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


#642aba Background Color

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

This div background color is #642aba


#642aba Border Color

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

This div border color is #642aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,42,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #642aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #642aba;
  -webkit-box-shadow: 1px 1px 3px 2px #642aba;
  box-shadow:         1px 1px 3px 2px #642aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #642aba


Comments

No comments written yet.

Please login to write comment.