Color Hex Logo

#4054b2 Color Hex

#4054B2
(64,84,178)
2 Favorites   0 Comments

Color spaces of #4054b2

RGB 6484178
HSL0.640.470.47
HSV229°64°70°
CMYK 0.640.530.00   0.30
XYZ13.320610.645043.4721
Yxy10.64500.19750.1578
Hunter Lab32.626715.7801-56.1599
CIE-Lab38.976022.7503-52.4835

#4054b2 color RGB value is (64,84,178).

#4054b2 hex color red value is 64, green value is 84 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #4054b2 hue: 0.64 , saturation: 0.47 and the lightness value of 4054b2 is 0.47.

The process color (four color CMYK) of #4054b2 color hex is 0.64, 0.53, 0.00, 0.30. Web safe color of #4054b2 is #336699. Color #4054b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010100 10110010
Octal 100 124 262
Decimal 64 84 178
Hex 40 54 B2

RGB Percentages of Color #4054b2

%19.63
%25.77
%54.60

CMYK Percentages of Color #4054b2

%64
%53
%0
%30

Triadic Colors of #4054b2

#4054b2 #b24054 #54b240

Analogous Colors of #4054b2

#4054b2 #6540b2 #408db2

Monochromatic Colors of #4054b2

#4054b2

Complementary Color

#4054b2 #b29e40

#4054b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4054b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4054b2 Color CSS Codes

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

#4054b2 Text Font Color

<p style="color:#4054b2">Text here</p>

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


#4054b2 Background Color

<div style="background-color:#4054b2">
Div content here</div>

This div background color is #4054b2


#4054b2 Border Color

<div style="border:3px solid #4054b2">
Div here</div>

This div border color is #4054b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,84,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4054b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4054b2;
  -webkit-box-shadow: 1px 1px 3px 2px #4054b2;
  box-shadow:         1px 1px 3px 2px #4054b2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4054b2


Comments

No comments written yet.

Please login to write comment.