Color Hex Logo

#054abb Color Hex

#054ABB
(5,74,187)
0 Favorites   0 Comments

Color spaces of #054abb

RGB 574187
HSL0.600.950.38
HSV217°97°73°
CMYK 0.970.600.00   0.27
XYZ11.48108.517748.0527
Yxy8.51770.16870.1252
Hunter Lab29.185119.1454-77.1903
CIE-Lab35.038627.1692-64.2730

#054abb color RGB value is (5,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001010 10111011
Octal 5 112 273
Decimal 5 74 187
Hex 5 4A BB

RGB Percentages of Color #054abb

%1.88
%27.82
%70.30

CMYK Percentages of Color #054abb

%97
%60
%0
%27

Triadic Colors of #054abb

#054abb #bb054a #4abb05

Analogous Colors of #054abb

#054abb #1b05bb #05a5bb

Monochromatic Colors of #054abb

#054abb

Complementary Color

#054abb #bb7605

#054abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#054abb Color CSS Codes

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

#054abb Text Font Color

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

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


#054abb Background Color

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

This div background color is #054abb


#054abb Border Color

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

This div border color is #054abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054abb


Comments

No comments written yet.

Please login to write comment.