Color Hex Logo

#640bbd Color Hex

#640BBD
(100,11,189)
0 Favorites   0 Comments

Color spaces of #640bbd

RGB 10011189
HSL0.750.890.39
HSV270°94°74°
CMYK 0.470.940.00   0.26
XYZ14.56056.622848.6550
Yxy6.62280.20850.0948
Hunter Lab25.734855.9577-94.0811
CIE-Lab30.932365.2418-71.9863

#640bbd color RGB value is (100,11,189).

#640bbd hex color red value is 100, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #640bbd hue: 0.75 , saturation: 0.89 and the lightness value of 640bbd is 0.39.

The process color (four color CMYK) of #640bbd color hex is 0.47, 0.94, 0.00, 0.26. Web safe color of #640bbd is #6600cc. Color #640bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001011 10111101
Octal 144 13 275
Decimal 100 11 189
Hex 64 B BD

RGB Percentages of Color #640bbd

%33.33
%3.67
%63.00

CMYK Percentages of Color #640bbd

%47
%94
%0
%26

Triadic Colors of #640bbd

#640bbd #bd640b #0bbd64

Analogous Colors of #640bbd

#640bbd #bd0bbd #0b0bbd

Monochromatic Colors of #640bbd

#640bbd

Complementary Color

#640bbd #64bd0b

#640bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#640bbd Color CSS Codes

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

#640bbd Text Font Color

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

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


#640bbd Background Color

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

This div background color is #640bbd


#640bbd Border Color

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

This div border color is #640bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640bbd


Comments

No comments written yet.

Please login to write comment.