Color Hex Logo

#4459eb Color Hex

#4459EB
(68,89,235)
0 Favorites   0 Comments

Color spaces of #4459eb

RGB 6889235
HSL0.650.810.59
HSV232°71°92°
CMYK 0.710.620.00   0.08
XYZ20.951714.371980.2670
Yxy14.37190.18130.1243
Hunter Lab37.910332.3077-98.9968
CIE-Lab44.761640.1359-75.9098

#4459eb color RGB value is (68,89,235).

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

The process color (four color CMYK) of #4459eb color hex is 0.71, 0.62, 0.00, 0.08. Web safe color of #4459eb is #3366ff. Color #4459eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01011001 11101011
Octal 104 131 353
Decimal 68 89 235
Hex 44 59 EB

RGB Percentages of Color #4459eb

%17.35
%22.70
%59.95

CMYK Percentages of Color #4459eb

%71
%62
%0
%8

Triadic Colors of #4459eb

#4459eb #eb4459 #59eb44

Analogous Colors of #4459eb

#4459eb #8344eb #44adeb

Monochromatic Colors of #4459eb

#4459eb

Complementary Color

#4459eb #ebd644

#4459eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4459eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4459eb Color CSS Codes

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

#4459eb Text Font Color

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

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


#4459eb Background Color

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

This div background color is #4459eb


#4459eb Border Color

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

This div border color is #4459eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4459eb


Comments

No comments written yet.

Please login to write comment.