Color Hex Logo

#0554f5 Color Hex

#0554F5
(5,84,245)
0 Favorites   0 Comments

Color spaces of #0554f5

RGB 584245
HSL0.610.960.49
HSV220°98°96°
CMYK 0.980.660.00   0.04
XYZ19.714312.965587.8497
Yxy12.96550.16360.1076
Hunter Lab36.007634.7160-119.4475
CIE-Lab42.711242.9067-84.9639

#0554f5 color RGB value is (5,84,245).

#0554f5 hex color red value is 5, green value is 84 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #0554f5 hue: 0.61 , saturation: 0.96 and the lightness value of 0554f5 is 0.49.

The process color (four color CMYK) of #0554f5 color hex is 0.98, 0.66, 0.00, 0.04. Web safe color of #0554f5 is #0066ff. Color #0554f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010100 11110101
Octal 5 124 365
Decimal 5 84 245
Hex 5 54 F5

RGB Percentages of Color #0554f5

%1.50
%25.15
%73.35

CMYK Percentages of Color #0554f5

%98
%66
%0
%4

Triadic Colors of #0554f5

#0554f5 #f50554 #54f505

Analogous Colors of #0554f5

#0554f5 #2e05f5 #05ccf5

Monochromatic Colors of #0554f5

#0554f5

Complementary Color

#0554f5 #f5a605

#0554f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0554f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0554f5 Color CSS Codes

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

#0554f5 Text Font Color

<p style="color:#0554f5">Text here</p>

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


#0554f5 Background Color

<div style="background-color:#0554f5">
Div content here</div>

This div background color is #0554f5


#0554f5 Border Color

<div style="border:3px solid #0554f5">
Div here</div>

This div border color is #0554f5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,84,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0554f5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0554f5;
  -webkit-box-shadow: 1px 1px 3px 2px #0554f5;
  box-shadow:         1px 1px 3px 2px #0554f5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0554f5


Comments

No comments written yet.

Please login to write comment.