Color Hex Logo

#548be1 Color Hex

#548BE1
(84,139,225)
0 Favorites   0 Comments

Color spaces of #548be1

RGB 84139225
HSL0.600.700.61
HSV217°63°88°
CMYK 0.630.380.00   0.12
XYZ26.479425.786374.8158
Yxy25.78630.20840.2029
Hunter Lab50.78024.2137-51.8073
CIE-Lab57.83368.3092-49.1856

#548be1 color RGB value is (84,139,225).

#548be1 hex color red value is 84, green value is 139 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #548be1 hue: 0.60 , saturation: 0.70 and the lightness value of 548be1 is 0.61.

The process color (four color CMYK) of #548be1 color hex is 0.63, 0.38, 0.00, 0.12. Web safe color of #548be1 is #6699cc. Color #548be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10001011 11100001
Octal 124 213 341
Decimal 84 139 225
Hex 54 8B E1

RGB Percentages of Color #548be1

%18.75
%31.03
%50.22

CMYK Percentages of Color #548be1

%63
%38
%0
%12

Triadic Colors of #548be1

#548be1 #e1548b #8be154

Analogous Colors of #548be1

#548be1 #6354e1 #54d2e1

Monochromatic Colors of #548be1

#548be1

Complementary Color

#548be1 #e1aa54

#548be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#548be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#548be1 Color CSS Codes

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

#548be1 Text Font Color

<p style="color:#548be1">Text here</p>

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


#548be1 Background Color

<div style="background-color:#548be1">
Div content here</div>

This div background color is #548be1


#548be1 Border Color

<div style="border:3px solid #548be1">
Div here</div>

This div border color is #548be1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,139,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #548be1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #548be1;
  -webkit-box-shadow: 1px 1px 3px 2px #548be1;
  box-shadow:         1px 1px 3px 2px #548be1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #548be1


Comments

No comments written yet.

Please login to write comment.