Color Hex Logo

#640aba Color Hex

#640ABA
(100,10,186)
0 Favorites   0 Comments

Color spaces of #640aba

RGB 10010186
HSL0.750.900.38
HSV271°95°73°
CMYK 0.460.950.00   0.27
XYZ14.22706.471646.9537
Yxy6.47160.21030.0957
Hunter Lab25.439355.3076-91.6247
CIE-Lab30.572464.7348-70.8035

#640aba color RGB value is (100,10,186).

#640aba hex color red value is 100, green value is 10 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #640aba hue: 0.75 , saturation: 0.90 and the lightness value of 640aba is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001010 10111010
Octal 144 12 272
Decimal 100 10 186
Hex 64 A BA

RGB Percentages of Color #640aba

%33.78
%3.38
%62.84

CMYK Percentages of Color #640aba

%46
%95
%0
%27

Triadic Colors of #640aba

#640aba #ba640a #0aba64

Analogous Colors of #640aba

#640aba #ba0ab8 #0c0aba

Monochromatic Colors of #640aba

#640aba

Complementary Color

#640aba #60ba0a

#640aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#640aba Color CSS Codes

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

#640aba Text Font Color

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

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


#640aba Background Color

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

This div background color is #640aba


#640aba Border Color

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

This div border color is #640aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640aba


Comments

No comments written yet.

Please login to write comment.