Color Hex Logo

#4090ef Color Hex

#4090EF
(64,144,239)
0 Favorites   0 Comments

Color spaces of #4090ef

RGB 64144239
HSL0.590.850.59
HSV213°73°94°
CMYK 0.730.400.00   0.06
XYZ27.667627.268585.4665
Yxy27.26850.19710.1942
Hunter Lab52.21923.1919-60.4856
CIE-Lab59.22207.1380-54.7979

#4090ef color RGB value is (64,144,239).

#4090ef hex color red value is 64, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4090ef hue: 0.59 , saturation: 0.85 and the lightness value of 4090ef is 0.59.

The process color (four color CMYK) of #4090ef color hex is 0.73, 0.40, 0.00, 0.06. Web safe color of #4090ef is #3399ff. Color #4090ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010000 11101111
Octal 100 220 357
Decimal 64 144 239
Hex 40 90 EF

RGB Percentages of Color #4090ef

%14.32
%32.21
%53.47

CMYK Percentages of Color #4090ef

%73
%40
%0
%6

Triadic Colors of #4090ef

#4090ef #ef4090 #90ef40

Analogous Colors of #4090ef

#4090ef #4840ef #40e8ef

Monochromatic Colors of #4090ef

#4090ef

Complementary Color

#4090ef #ef9f40

#4090ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4090ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4090ef Color CSS Codes

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

#4090ef Text Font Color

<p style="color:#4090ef">Text here</p>

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


#4090ef Background Color

<div style="background-color:#4090ef">
Div content here</div>

This div background color is #4090ef


#4090ef Border Color

<div style="border:3px solid #4090ef">
Div here</div>

This div border color is #4090ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,144,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4090ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4090ef;
  -webkit-box-shadow: 1px 1px 3px 2px #4090ef;
  box-shadow:         1px 1px 3px 2px #4090ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4090ef


Comments

No comments written yet.

Please login to write comment.