Color Hex Logo

#054bd1 Color Hex

#054BD1
(5,75,209)
0 Favorites   0 Comments

Color spaces of #054bd1

RGB 575209
HSL0.610.950.42
HSV219°98°82°
CMYK 0.980.640.00   0.18
XYZ14.08739.667961.4452
Yxy9.66790.16530.1135
Hunter Lab31.093226.4591-95.4012
CIE-Lab37.239735.1247-73.4820

#054bd1 color RGB value is (5,75,209).

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

The process color (four color CMYK) of #054bd1 color hex is 0.98, 0.64, 0.00, 0.18. Web safe color of #054bd1 is #0033cc. Color #054bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001011 11010001
Octal 5 113 321
Decimal 5 75 209
Hex 5 4B D1

RGB Percentages of Color #054bd1

%1.73
%25.95
%72.32

CMYK Percentages of Color #054bd1

%98
%64
%0
%18

Triadic Colors of #054bd1

#054bd1 #d1054b #4bd105

Analogous Colors of #054bd1

#054bd1 #2505d1 #05b1d1

Monochromatic Colors of #054bd1

#054bd1

Complementary Color

#054bd1 #d18b05

#054bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054bd1 Color CSS Codes

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

#054bd1 Text Font Color

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

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


#054bd1 Background Color

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

This div background color is #054bd1


#054bd1 Border Color

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

This div border color is #054bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054bd1


Comments

No comments written yet.

Please login to write comment.