Color Hex Logo

#4037eb Color Hex

#4037EB
(64,55,235)
0 Favorites   0 Comments

Color spaces of #4037eb

RGB 6455235
HSL0.680.820.57
HSV243°77°92°
CMYK 0.730.770.00   0.08
XYZ18.47599.820579.5190
Yxy9.82050.17140.0911
Hunter Lab31.337750.3981-128.5113
CIE-Lab37.518358.9579-87.8353

#4037eb color RGB value is (64,55,235).

#4037eb hex color red value is 64, green value is 55 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4037eb hue: 0.68 , saturation: 0.82 and the lightness value of 4037eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110111 11101011
Octal 100 67 353
Decimal 64 55 235
Hex 40 37 EB

RGB Percentages of Color #4037eb

%18.08
%15.54
%66.38

CMYK Percentages of Color #4037eb

%73
%77
%0
%8

Triadic Colors of #4037eb

#4037eb #eb4037 #37eb40

Analogous Colors of #4037eb

#4037eb #9a37eb #3788eb

Monochromatic Colors of #4037eb

#4037eb

Complementary Color

#4037eb #e2eb37

#4037eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4037eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4037eb Color CSS Codes

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

#4037eb Text Font Color

<p style="color:#4037eb">Text here</p>

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


#4037eb Background Color

<div style="background-color:#4037eb">
Div content here</div>

This div background color is #4037eb


#4037eb Border Color

<div style="border:3px solid #4037eb">
Div here</div>

This div border color is #4037eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4037eb


Comments

No comments written yet.

Please login to write comment.