Color Hex Logo

#4089eb Color Hex

#4089EB
(64,137,235)
0 Favorites   0 Comments

Color spaces of #4089eb

RGB 64137235
HSL0.600.810.59
HSV214°73°92°
CMYK 0.730.420.00   0.08
XYZ26.055424.979582.0455
Yxy24.97950.19580.1877
Hunter Lab49.97955.5918-62.3438
CIE-Lab57.05549.9112-56.0382

#4089eb color RGB value is (64,137,235).

#4089eb hex color red value is 64, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4089eb hue: 0.60 , saturation: 0.81 and the lightness value of 4089eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001001 11101011
Octal 100 211 353
Decimal 64 137 235
Hex 40 89 EB

RGB Percentages of Color #4089eb

%14.68
%31.42
%53.90

CMYK Percentages of Color #4089eb

%73
%42
%0
%8

Triadic Colors of #4089eb

#4089eb #eb4089 #89eb40

Analogous Colors of #4089eb

#4089eb #4c40eb #40dfeb

Monochromatic Colors of #4089eb

#4089eb

Complementary Color

#4089eb #eba240

#4089eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4089eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4089eb Color CSS Codes

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

#4089eb Text Font Color

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

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


#4089eb Background Color

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

This div background color is #4089eb


#4089eb Border Color

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

This div border color is #4089eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4089eb


Comments

No comments written yet.

Please login to write comment.