Color Hex Logo

#645dbc Color Hex

#645DBC
(100,93,188)
0 Favorites   0 Comments

Color spaces of #645dbc

RGB 10093188
HSL0.680.410.55
HSV244°51°74°
CMYK 0.470.510.00   0.26
XYZ18.247014.168949.3501
Yxy14.16890.22320.1733
Hunter Lab37.641620.6562-51.3832
CIE-Lab44.474227.7747-49.3630

#645dbc color RGB value is (100,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011101 10111100
Octal 144 135 274
Decimal 100 93 188
Hex 64 5D BC

RGB Percentages of Color #645dbc

%26.25
%24.41
%49.34

CMYK Percentages of Color #645dbc

%47
%51
%0
%26

Triadic Colors of #645dbc

#645dbc #bc645d #5dbc64

Analogous Colors of #645dbc

#645dbc #945dbc #5d86bc

Monochromatic Colors of #645dbc

#645dbc

Complementary Color

#645dbc #b5bc5d

#645dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#645dbc Color CSS Codes

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

#645dbc Text Font Color

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

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


#645dbc Background Color

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

This div background color is #645dbc


#645dbc Border Color

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

This div border color is #645dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645dbc


Comments

No comments written yet.

Please login to write comment.