Color Hex Logo

#403ffb Color Hex

#403FFB
(64,63,251)
0 Favorites   0 Comments

Color spaces of #403ffb

RGB 6463251
HSL0.670.960.62
HSV240°75°98°
CMYK 0.750.750.00   0.02
XYZ21.304411.610092.3849
Yxy11.61000.17000.0927
Hunter Lab34.073551.9785-136.9043
CIE-Lab40.589459.8048-91.7725

#403ffb color RGB value is (64,63,251).

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

The process color (four color CMYK) of #403ffb color hex is 0.75, 0.75, 0.00, 0.02. Web safe color of #403ffb is #3333ff. Color #403ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111111 11111011
Octal 100 77 373
Decimal 64 63 251
Hex 40 3F FB

RGB Percentages of Color #403ffb

%16.93
%16.67
%66.40

CMYK Percentages of Color #403ffb

%75
%75
%0
%2

Triadic Colors of #403ffb

#403ffb #fb403f #3ffb40

Analogous Colors of #403ffb

#403ffb #9e3ffb #3f9cfb

Monochromatic Colors of #403ffb

#403ffb

Complementary Color

#403ffb #fafb3f

#403ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403ffb Color CSS Codes

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

#403ffb Text Font Color

<p style="color:#403ffb">Text here</p>

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


#403ffb Background Color

<div style="background-color:#403ffb">
Div content here</div>

This div background color is #403ffb


#403ffb Border Color

<div style="border:3px solid #403ffb">
Div here</div>

This div border color is #403ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,63,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 #403ffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403ffb


Comments

No comments written yet.

Please login to write comment.