Color Hex Logo

#644bbf Color Hex

#644BBF
(100,75,191)
0 Favorites   0 Comments

Color spaces of #644bbf

RGB 10075191
HSL0.700.480.52
HSV253°61°75°
CMYK 0.480.610.00   0.25
XYZ17.175611.503150.6053
Yxy11.50310.21660.1451
Hunter Lab33.916231.0413-64.7233
CIE-Lab40.415239.5106-57.6528

#644bbf color RGB value is (100,75,191).

#644bbf hex color red value is 100, green value is 75 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #644bbf hue: 0.70 , saturation: 0.48 and the lightness value of 644bbf is 0.52.

The process color (four color CMYK) of #644bbf color hex is 0.48, 0.61, 0.00, 0.25. Web safe color of #644bbf is #6633cc. Color #644bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001011 10111111
Octal 144 113 277
Decimal 100 75 191
Hex 64 4B BF

RGB Percentages of Color #644bbf

%27.32
%20.49
%52.19

CMYK Percentages of Color #644bbf

%48
%61
%0
%25

Triadic Colors of #644bbf

#644bbf #bf644b #4bbf64

Analogous Colors of #644bbf

#644bbf #9e4bbf #4b6cbf

Monochromatic Colors of #644bbf

#644bbf

Complementary Color

#644bbf #a6bf4b

#644bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#644bbf Color CSS Codes

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

#644bbf Text Font Color

<p style="color:#644bbf">Text here</p>

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


#644bbf Background Color

<div style="background-color:#644bbf">
Div content here</div>

This div background color is #644bbf


#644bbf Border Color

<div style="border:3px solid #644bbf">
Div here</div>

This div border color is #644bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,75,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #644bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #644bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #644bbf;
  box-shadow:         1px 1px 3px 2px #644bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644bbf


Comments

No comments written yet.

Please login to write comment.