Color Hex Logo

#643bbd Color Hex

#643BBD
(100,59,189)
0 Favorites   0 Comments

Color spaces of #643bbd

RGB 10059189
HSL0.720.520.49
HSV259°69°74°
CMYK 0.470.690.00   0.26
XYZ16.00489.511449.1364
Yxy9.51140.21440.1274
Hunter Lab30.840638.6621-72.8748
CIE-Lab36.950847.8684-62.1122

#643bbd color RGB value is (100,59,189).

#643bbd hex color red value is 100, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #643bbd hue: 0.72 , saturation: 0.52 and the lightness value of 643bbd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111011 10111101
Octal 144 73 275
Decimal 100 59 189
Hex 64 3B BD

RGB Percentages of Color #643bbd

%28.74
%16.95
%54.31

CMYK Percentages of Color #643bbd

%47
%69
%0
%26

Triadic Colors of #643bbd

#643bbd #bd643b #3bbd64

Analogous Colors of #643bbd

#643bbd #a53bbd #3b53bd

Monochromatic Colors of #643bbd

#643bbd

Complementary Color

#643bbd #94bd3b

#643bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#643bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#643bbd Color CSS Codes

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

#643bbd Text Font Color

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

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


#643bbd Background Color

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

This div background color is #643bbd


#643bbd Border Color

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

This div border color is #643bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #643bbd


Comments

No comments written yet.

Please login to write comment.