Color Hex Logo

#4089ce Color Hex

#4089CE
(64,137,206)
0 Favorites   0 Comments

Color spaces of #4089ce

RGB 64137206
HSL0.580.590.53
HSV209°69°81°
CMYK 0.690.330.00   0.19
XYZ22.200623.437561.7463
Yxy23.43750.20670.2183
Hunter Lab48.4123-2.8661-41.7314
CIE-Lab55.5202-0.3512-42.2335

#4089ce color RGB value is (64,137,206).

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

The process color (four color CMYK) of #4089ce color hex is 0.69, 0.33, 0.00, 0.19. Web safe color of #4089ce is #3399cc. Color #4089ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001001 11001110
Octal 100 211 316
Decimal 64 137 206
Hex 40 89 CE

RGB Percentages of Color #4089ce

%15.72
%33.66
%50.61

CMYK Percentages of Color #4089ce

%69
%33
%0
%19

Triadic Colors of #4089ce

#4089ce #ce4089 #89ce40

Analogous Colors of #4089ce

#4089ce #4042ce #40cecc

Monochromatic Colors of #4089ce

#4089ce

Complementary Color

#4089ce #ce8540

#4089ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4089ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4089ce Color CSS Codes

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

#4089ce Text Font Color

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

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


#4089ce Background Color

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

This div background color is #4089ce


#4089ce Border Color

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

This div border color is #4089ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4089ce


Comments

No comments written yet.

Please login to write comment.