Color Hex Logo

#4090de Color Hex

#4090DE
(64,144,222)
0 Favorites   0 Comments

Color spaces of #4090de

RGB 64144222
HSL0.580.710.56
HSV210°71°87°
CMYK 0.710.350.00   0.13
XYZ25.272426.310472.8537
Yxy26.31040.20310.2114
Hunter Lab51.2937-1.8169-48.3055
CIE-Lab58.33051.1284-46.7724

#4090de color RGB value is (64,144,222).

#4090de hex color red value is 64, green value is 144 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4090de hue: 0.58 , saturation: 0.71 and the lightness value of 4090de is 0.56.

The process color (four color CMYK) of #4090de color hex is 0.71, 0.35, 0.00, 0.13. Web safe color of #4090de is #3399cc. Color #4090de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010000 11011110
Octal 100 220 336
Decimal 64 144 222
Hex 40 90 DE

RGB Percentages of Color #4090de

%14.88
%33.49
%51.63

CMYK Percentages of Color #4090de

%71
%35
%0
%13

Triadic Colors of #4090de

#4090de #de4090 #90de40

Analogous Colors of #4090de

#4090de #4041de #40dedd

Monochromatic Colors of #4090de

#4090de

Complementary Color

#4090de #de8e40

#4090de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4090de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4090de Color CSS Codes

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

#4090de Text Font Color

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

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


#4090de Background Color

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

This div background color is #4090de


#4090de Border Color

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

This div border color is #4090de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4090de


Comments

No comments written yet.

Please login to write comment.