Color Hex Logo

#645cb1 Color Hex

#645CB1
(100,92,177)
0 Favorites   0 Comments

Color spaces of #645cb1

RGB 10092177
HSL0.680.350.53
HSV246°48°69°
CMYK 0.440.480.00   0.31
XYZ17.018513.537943.3111
Yxy13.53790.23040.1833
Hunter Lab36.793918.1734-44.0362
CIE-Lab43.562825.0789-44.3932

#645cb1 color RGB value is (100,92,177).

#645cb1 hex color red value is 100, green value is 92 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #645cb1 hue: 0.68 , saturation: 0.35 and the lightness value of 645cb1 is 0.53.

The process color (four color CMYK) of #645cb1 color hex is 0.44, 0.48, 0.00, 0.31. Web safe color of #645cb1 is #666699. Color #645cb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011100 10110001
Octal 144 134 261
Decimal 100 92 177
Hex 64 5C B1

RGB Percentages of Color #645cb1

%27.10
%24.93
%47.97

CMYK Percentages of Color #645cb1

%44
%48
%0
%31

Triadic Colors of #645cb1

#645cb1 #b1645c #5cb164

Analogous Colors of #645cb1

#645cb1 #8f5cb1 #5c7fb1

Monochromatic Colors of #645cb1

#645cb1

Complementary Color

#645cb1 #a9b15c

#645cb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645cb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645cb1 Color CSS Codes

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

#645cb1 Text Font Color

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

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


#645cb1 Background Color

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

This div background color is #645cb1


#645cb1 Border Color

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

This div border color is #645cb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645cb1


Comments

No comments written yet.

Please login to write comment.