Color Hex Logo

#4080dc Color Hex

#4080DC
(64,128,220)
0 Favorites   0 Comments

Color spaces of #4080dc

RGB 64128220
HSL0.600.690.56
HSV215°71°86°
CMYK 0.710.420.00   0.14
XYZ22.751821.695670.6987
Yxy21.69560.19760.1884
Hunter Lab46.57855.6779-57.3877
CIE-Lab53.702510.0110-53.0096

#4080dc color RGB value is (64,128,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000000 11011100
Octal 100 200 334
Decimal 64 128 220
Hex 40 80 DC

RGB Percentages of Color #4080dc

%15.53
%31.07
%53.40

CMYK Percentages of Color #4080dc

%71
%42
%0
%14

Triadic Colors of #4080dc

#4080dc #dc4080 #80dc40

Analogous Colors of #4080dc

#4080dc #4e40dc #40cedc

Monochromatic Colors of #4080dc

#4080dc

Complementary Color

#4080dc #dc9c40

#4080dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4080dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4080dc Color CSS Codes

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

#4080dc Text Font Color

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

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


#4080dc Background Color

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

This div background color is #4080dc


#4080dc Border Color

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

This div border color is #4080dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4080dc


Comments

No comments written yet.

Please login to write comment.