Color Hex Logo

#4080cb Color Hex

#4080CB
(64,128,203)
0 Favorites   0 Comments

Color spaces of #4080cb

RGB 64128203
HSL0.590.570.52
HSV212°68°80°
CMYK 0.680.370.00   0.20
XYZ20.613020.840159.4360
Yxy20.84010.20430.2066
Hunter Lab45.65100.7098-45.2379
CIE-Lab52.77403.9631-44.8772

#4080cb color RGB value is (64,128,203).

#4080cb hex color red value is 64, green value is 128 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4080cb hue: 0.59 , saturation: 0.57 and the lightness value of 4080cb is 0.52.

The process color (four color CMYK) of #4080cb color hex is 0.68, 0.37, 0.00, 0.20. Web safe color of #4080cb is #3399cc. Color #4080cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000000 11001011
Octal 100 200 313
Decimal 64 128 203
Hex 40 80 CB

RGB Percentages of Color #4080cb

%16.20
%32.41
%51.39

CMYK Percentages of Color #4080cb

%68
%37
%0
%20

Triadic Colors of #4080cb

#4080cb #cb4080 #80cb40

Analogous Colors of #4080cb

#4080cb #4540cb #40c6cb

Monochromatic Colors of #4080cb

#4080cb

Complementary Color

#4080cb #cb8b40

#4080cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4080cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4080cb Color CSS Codes

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

#4080cb Text Font Color

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

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


#4080cb Background Color

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

This div background color is #4080cb


#4080cb Border Color

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

This div border color is #4080cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4080cb


Comments

No comments written yet.

Please login to write comment.