Color Hex Logo

#048ae1 Color Hex

#048AE1
(4,138,225)
0 Favorites   0 Comments

Color spaces of #048ae1

RGB 4138225
HSL0.570.970.45
HSV204°98°88°
CMYK 0.980.390.00   0.12
XYZ22.729223.639074.5990
Yxy23.63900.18790.1954
Hunter Lab48.6200-1.6385-56.9364
CIE-Lab55.72451.1927-52.6514

#048ae1 color RGB value is (4,138,225).

#048ae1 hex color red value is 4, green value is 138 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #048ae1 hue: 0.57 , saturation: 0.97 and the lightness value of 048ae1 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001010 11100001
Octal 4 212 341
Decimal 4 138 225
Hex 4 8A E1

RGB Percentages of Color #048ae1

%1.09
%37.60
%61.31

CMYK Percentages of Color #048ae1

%98
%39
%0
%12

Triadic Colors of #048ae1

#048ae1 #e1048a #8ae104

Analogous Colors of #048ae1

#048ae1 #041ce1 #04e1ca

Monochromatic Colors of #048ae1

#048ae1

Complementary Color

#048ae1 #e15b04

#048ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048ae1 Color CSS Codes

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

#048ae1 Text Font Color

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

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


#048ae1 Background Color

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

This div background color is #048ae1


#048ae1 Border Color

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

This div border color is #048ae1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,138,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 #048ae1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048ae1


Comments

No comments written yet.

Please login to write comment.