Color Hex Logo

#645dbd Color Hex

#645DBD
(100,93,189)
0 Favorites   0 Comments

Color spaces of #645dbd

RGB 10093189
HSL0.680.420.55
HSV244°51°74°
CMYK 0.470.510.00   0.26
XYZ18.355214.212149.9199
Yxy14.21210.22250.1723
Hunter Lab37.698920.9365-52.1209
CIE-Lab44.535628.0790-49.8461

#645dbd color RGB value is (100,93,189).

#645dbd hex color red value is 100, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #645dbd hue: 0.68 , saturation: 0.42 and the lightness value of 645dbd is 0.55.

The process color (four color CMYK) of #645dbd color hex is 0.47, 0.51, 0.00, 0.26. Web safe color of #645dbd is #6666cc. Color #645dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011101 10111101
Octal 144 135 275
Decimal 100 93 189
Hex 64 5D BD

RGB Percentages of Color #645dbd

%26.18
%24.35
%49.48

CMYK Percentages of Color #645dbd

%47
%51
%0
%26

Triadic Colors of #645dbd

#645dbd #bd645d #5dbd64

Analogous Colors of #645dbd

#645dbd #945dbd #5d86bd

Monochromatic Colors of #645dbd

#645dbd

Complementary Color

#645dbd #b6bd5d

#645dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#645dbd Color CSS Codes

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

#645dbd Text Font Color

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

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


#645dbd Background Color

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

This div background color is #645dbd


#645dbd Border Color

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

This div border color is #645dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645dbd


Comments

No comments written yet.

Please login to write comment.