Color Hex Logo

#4050bf Color Hex

#4050BF
(64,80,191)
0 Favorites   0 Comments

Color spaces of #4050bf

RGB 6480191
HSL0.650.500.50
HSV232°66°75°
CMYK 0.660.580.00   0.25
XYZ14.387010.588950.5758
Yxy10.58890.19040.1402
Hunter Lab32.540621.9732-69.3723
CIE-Lab38.879329.9208-60.2709

#4050bf color RGB value is (64,80,191).

#4050bf hex color red value is 64, green value is 80 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4050bf hue: 0.65 , saturation: 0.50 and the lightness value of 4050bf is 0.50.

The process color (four color CMYK) of #4050bf color hex is 0.66, 0.58, 0.00, 0.25. Web safe color of #4050bf is #3366cc. Color #4050bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 10111111
Octal 100 120 277
Decimal 64 80 191
Hex 40 50 BF

RGB Percentages of Color #4050bf

%19.10
%23.88
%57.01

CMYK Percentages of Color #4050bf

%66
%58
%0
%25

Triadic Colors of #4050bf

#4050bf #bf4050 #50bf40

Analogous Colors of #4050bf

#4050bf #7040bf #4090bf

Monochromatic Colors of #4050bf

#4050bf

Complementary Color

#4050bf #bfaf40

#4050bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4050bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4050bf Color CSS Codes

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

#4050bf Text Font Color

<p style="color:#4050bf">Text here</p>

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


#4050bf Background Color

<div style="background-color:#4050bf">
Div content here</div>

This div background color is #4050bf


#4050bf Border Color

<div style="border:3px solid #4050bf">
Div here</div>

This div border color is #4050bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,80,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4050bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4050bf;
  -webkit-box-shadow: 1px 1px 3px 2px #4050bf;
  box-shadow:         1px 1px 3px 2px #4050bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4050bf


Comments

No comments written yet.

Please login to write comment.