Color Hex Logo

#6440fb Color Hex

#6440FB
(100,64,251)
0 Favorites   0 Comments

Color spaces of #6440fb

RGB 10064251
HSL0.700.960.62
HSV252°75°98°
CMYK 0.600.750.00   0.02
XYZ24.501513.341292.5505
Yxy13.34120.18790.1023
Hunter Lab36.525655.8186-124.6642
CIE-Lab43.272962.7289-87.2589

#6440fb color RGB value is (100,64,251).

#6440fb hex color red value is 100, green value is 64 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6440fb hue: 0.70 , saturation: 0.96 and the lightness value of 6440fb is 0.62.

The process color (four color CMYK) of #6440fb color hex is 0.60, 0.75, 0.00, 0.02. Web safe color of #6440fb is #6633ff. Color #6440fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000000 11111011
Octal 144 100 373
Decimal 100 64 251
Hex 64 40 FB

RGB Percentages of Color #6440fb

%24.10
%15.42
%60.48

CMYK Percentages of Color #6440fb

%60
%75
%0
%2

Triadic Colors of #6440fb

#6440fb #fb6440 #40fb64

Analogous Colors of #6440fb

#6440fb #c240fb #407afb

Monochromatic Colors of #6440fb

#6440fb

Complementary Color

#6440fb #d7fb40

#6440fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6440fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6440fb Color CSS Codes

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

#6440fb Text Font Color

<p style="color:#6440fb">Text here</p>

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


#6440fb Background Color

<div style="background-color:#6440fb">
Div content here</div>

This div background color is #6440fb


#6440fb Border Color

<div style="border:3px solid #6440fb">
Div here</div>

This div border color is #6440fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,64,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6440fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6440fb;
  -webkit-box-shadow: 1px 1px 3px 2px #6440fb;
  box-shadow:         1px 1px 3px 2px #6440fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6440fb


Comments

No comments written yet.

Please login to write comment.