Color Hex Logo

#054bbe Color Hex

#054BBE
(5,75,190)
0 Favorites   0 Comments

Color spaces of #054bbe

RGB 575190
HSL0.600.950.38
HSV217°97°75°
CMYK 0.970.610.00   0.25
XYZ11.87298.782149.7845
Yxy8.78210.16860.1247
Hunter Lab29.634619.6542-78.8597
CIE-Lab35.561327.6969-65.1794

#054bbe color RGB value is (5,75,190).

#054bbe hex color red value is 5, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #054bbe hue: 0.60 , saturation: 0.95 and the lightness value of 054bbe is 0.38.

The process color (four color CMYK) of #054bbe color hex is 0.97, 0.61, 0.00, 0.25. Web safe color of #054bbe is #0033cc. Color #054bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001011 10111110
Octal 5 113 276
Decimal 5 75 190
Hex 5 4B BE

RGB Percentages of Color #054bbe

%1.85
%27.78
%70.37

CMYK Percentages of Color #054bbe

%97
%61
%0
%25

Triadic Colors of #054bbe

#054bbe #be054b #4bbe05

Analogous Colors of #054bbe

#054bbe #1b05be #05a8be

Monochromatic Colors of #054bbe

#054bbe

Complementary Color

#054bbe #be7805

#054bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#054bbe Color CSS Codes

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

#054bbe Text Font Color

<p style="color:#054bbe">Text here</p>

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


#054bbe Background Color

<div style="background-color:#054bbe">
Div content here</div>

This div background color is #054bbe


#054bbe Border Color

<div style="border:3px solid #054bbe">
Div here</div>

This div border color is #054bbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,75,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054bbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054bbe;
  -webkit-box-shadow: 1px 1px 3px 2px #054bbe;
  box-shadow:         1px 1px 3px 2px #054bbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,75,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054bbe


Comments

No comments written yet.

Please login to write comment.