Color Hex Logo

#4289dc Color Hex

#4289DC
(66,137,220)
0 Favorites   0 Comments

Color spaces of #4289dc

RGB 66137220
HSL0.590.690.56
HSV212°70°86°
CMYK 0.700.380.00   0.14
XYZ24.110724.216971.1137
Yxy24.21690.20190.2028
Hunter Lab49.21071.3372-51.2317
CIE-Lab56.30434.8581-48.8620

#4289dc color RGB value is (66,137,220).

#4289dc hex color red value is 66, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4289dc hue: 0.59 , saturation: 0.69 and the lightness value of 4289dc is 0.56.

The process color (four color CMYK) of #4289dc color hex is 0.70, 0.38, 0.00, 0.14. Web safe color of #4289dc is #3399cc. Color #4289dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001001 11011100
Octal 102 211 334
Decimal 66 137 220
Hex 42 89 DC

RGB Percentages of Color #4289dc

%15.60
%32.39
%52.01

CMYK Percentages of Color #4289dc

%70
%38
%0
%14

Triadic Colors of #4289dc

#4289dc #dc4289 #89dc42

Analogous Colors of #4289dc

#4289dc #4842dc #42d6dc

Monochromatic Colors of #4289dc

#4289dc

Complementary Color

#4289dc #dc9542

#4289dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4289dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4289dc Color CSS Codes

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

#4289dc Text Font Color

<p style="color:#4289dc">Text here</p>

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


#4289dc Background Color

<div style="background-color:#4289dc">
Div content here</div>

This div background color is #4289dc


#4289dc Border Color

<div style="border:3px solid #4289dc">
Div here</div>

This div border color is #4289dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,137,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4289dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4289dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4289dc;
  box-shadow:         1px 1px 3px 2px #4289dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4289dc


Comments

No comments written yet.

Please login to write comment.