Color Hex Logo

#403beb Color Hex

#403BEB
(64,59,235)
0 Favorites   0 Comments

Color spaces of #403beb

RGB 6459235
HSL0.670.810.58
HSV242°75°92°
CMYK 0.730.750.00   0.08
XYZ18.673710.216179.5849
Yxy10.21610.17210.0942
Hunter Lab31.962648.3514-125.2544
CIE-Lab38.227556.9310-86.6623

#403beb color RGB value is (64,59,235).

#403beb hex color red value is 64, green value is 59 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #403beb hue: 0.67 , saturation: 0.81 and the lightness value of 403beb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111011 11101011
Octal 100 73 353
Decimal 64 59 235
Hex 40 3B EB

RGB Percentages of Color #403beb

%17.88
%16.48
%65.64

CMYK Percentages of Color #403beb

%73
%75
%0
%8

Triadic Colors of #403beb

#403beb #eb403b #3beb40

Analogous Colors of #403beb

#403beb #983beb #3b8eeb

Monochromatic Colors of #403beb

#403beb

Complementary Color

#403beb #e6eb3b

#403beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#403beb Color CSS Codes

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

#403beb Text Font Color

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

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


#403beb Background Color

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

This div background color is #403beb


#403beb Border Color

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

This div border color is #403beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403beb


Comments

No comments written yet.

Please login to write comment.