Color Hex Logo

#054beb Color Hex

#054BEB
(5,75,235)
0 Favorites   0 Comments

Color spaces of #054beb

RGB 575235
HSL0.620.960.47
HSV222°98°92°
CMYK 0.980.680.00   0.08
XYZ17.574111.062679.8063
Yxy11.06260.16210.1020
Hunter Lab33.260536.1096-118.9800
CIE-Lab39.685744.8245-84.3151

#054beb color RGB value is (5,75,235).

#054beb hex color red value is 5, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #054beb hue: 0.62 , saturation: 0.96 and the lightness value of 054beb is 0.47.

The process color (four color CMYK) of #054beb color hex is 0.98, 0.68, 0.00, 0.08. Web safe color of #054beb is #0033ff. Color #054beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001011 11101011
Octal 5 113 353
Decimal 5 75 235
Hex 5 4B EB

RGB Percentages of Color #054beb

%1.59
%23.81
%74.60

CMYK Percentages of Color #054beb

%98
%68
%0
%8

Triadic Colors of #054beb

#054beb #eb054b #4beb05

Analogous Colors of #054beb

#054beb #3205eb #05beeb

Monochromatic Colors of #054beb

#054beb

Complementary Color

#054beb #eba505

#054beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#054beb Color CSS Codes

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

#054beb Text Font Color

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

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


#054beb Background Color

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

This div background color is #054beb


#054beb Border Color

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

This div border color is #054beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054beb


Comments

No comments written yet.

Please login to write comment.