Color Hex Logo

#048bde Color Hex

#048BDE
(4,139,222)
0 Favorites   0 Comments

Color spaces of #048bde

RGB 4139222
HSL0.560.960.44
HSV203°98°87°
CMYK 0.980.370.00   0.13
XYZ22.467523.765072.5102
Yxy23.76500.18920.2001
Hunter Lab48.7494-3.0447-54.0639
CIE-Lab55.8517-0.5513-50.7708

#048bde color RGB value is (4,139,222).

#048bde hex color red value is 4, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #048bde hue: 0.56 , saturation: 0.96 and the lightness value of 048bde is 0.44.

The process color (four color CMYK) of #048bde color hex is 0.98, 0.37, 0.00, 0.13. Web safe color of #048bde is #0099cc. Color #048bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001011 11011110
Octal 4 213 336
Decimal 4 139 222
Hex 4 8B DE

RGB Percentages of Color #048bde

%1.10
%38.08
%60.82

CMYK Percentages of Color #048bde

%98
%37
%0
%13

Triadic Colors of #048bde

#048bde #de048b #8bde04

Analogous Colors of #048bde

#048bde #041ede #04dec4

Monochromatic Colors of #048bde

#048bde

Complementary Color

#048bde #de5704

#048bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#048bde Color CSS Codes

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

#048bde Text Font Color

<p style="color:#048bde">Text here</p>

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


#048bde Background Color

<div style="background-color:#048bde">
Div content here</div>

This div background color is #048bde


#048bde Border Color

<div style="border:3px solid #048bde">
Div here</div>

This div border color is #048bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,139,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048bde;
  -webkit-box-shadow: 1px 1px 3px 2px #048bde;
  box-shadow:         1px 1px 3px 2px #048bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048bde


Comments

No comments written yet.

Please login to write comment.