Color Hex Logo

#403fcb Color Hex

#403FCB
(64,63,203)
0 Favorites   0 Comments

Color spaces of #403fcb

RGB 6463203
HSL0.670.570.52
HSV240°69°80°
CMYK 0.680.690.00   0.20
XYZ14.67148.956857.4555
Yxy8.95680.18090.1105
Hunter Lab29.927935.1312-92.8752
CIE-Lab35.901044.5026-72.1326

#403fcb color RGB value is (64,63,203).

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

The process color (four color CMYK) of #403fcb color hex is 0.68, 0.69, 0.00, 0.20. Web safe color of #403fcb is #3333cc. Color #403fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111111 11001011
Octal 100 77 313
Decimal 64 63 203
Hex 40 3F CB

RGB Percentages of Color #403fcb

%19.39
%19.09
%61.52

CMYK Percentages of Color #403fcb

%68
%69
%0
%20

Triadic Colors of #403fcb

#403fcb #cb403f #3fcb40

Analogous Colors of #403fcb

#403fcb #863fcb #3f84cb

Monochromatic Colors of #403fcb

#403fcb

Complementary Color

#403fcb #cacb3f

#403fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403fcb Color CSS Codes

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

#403fcb Text Font Color

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

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


#403fcb Background Color

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

This div background color is #403fcb


#403fcb Border Color

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

This div border color is #403fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403fcb


Comments

No comments written yet.

Please login to write comment.