Color Hex Logo

#4091eb Color Hex

#4091EB
(64,145,235)
0 Favorites   0 Comments

Color spaces of #4091eb

RGB 64145235
HSL0.590.810.59
HSV212°73°92°
CMYK 0.730.380.00   0.08
XYZ27.235127.338982.4388
Yxy27.33890.19880.1995
Hunter Lab52.28661.4757-56.8802
CIE-Lab59.28675.1235-52.4816

#4091eb color RGB value is (64,145,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010001 11101011
Octal 100 221 353
Decimal 64 145 235
Hex 40 91 EB

RGB Percentages of Color #4091eb

%14.41
%32.66
%52.93

CMYK Percentages of Color #4091eb

%73
%38
%0
%8

Triadic Colors of #4091eb

#4091eb #eb4091 #91eb40

Analogous Colors of #4091eb

#4091eb #4540eb #40e7eb

Monochromatic Colors of #4091eb

#4091eb

Complementary Color

#4091eb #eb9a40

#4091eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4091eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4091eb Color CSS Codes

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

#4091eb Text Font Color

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

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


#4091eb Background Color

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

This div background color is #4091eb


#4091eb Border Color

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

This div border color is #4091eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4091eb


Comments

No comments written yet.

Please login to write comment.