Color Hex Logo

#4089de Color Hex

#4089DE
(64,137,222)
0 Favorites   0 Comments

Color spaces of #4089de

RGB 64137222
HSL0.590.710.56
HSV212°71°87°
CMYK 0.710.380.00   0.13
XYZ24.244824.255272.5111
Yxy24.25520.20040.2004
Hunter Lab49.24961.6860-52.8191
CIE-Lab56.34245.2796-49.9256

#4089de color RGB value is (64,137,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001001 11011110
Octal 100 211 336
Decimal 64 137 222
Hex 40 89 DE

RGB Percentages of Color #4089de

%15.13
%32.39
%52.48

CMYK Percentages of Color #4089de

%71
%38
%0
%13

Triadic Colors of #4089de

#4089de #de4089 #89de40

Analogous Colors of #4089de

#4089de #4640de #40d8de

Monochromatic Colors of #4089de

#4089de

Complementary Color

#4089de #de9540

#4089de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4089de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4089de Color CSS Codes

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

#4089de Text Font Color

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

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


#4089de Background Color

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

This div background color is #4089de


#4089de Border Color

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

This div border color is #4089de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4089de


Comments

No comments written yet.

Please login to write comment.