Color Hex Logo

#048fce Color Hex

#048FCE
(4,143,206)
0 Favorites   0 Comments

Color spaces of #048fce

RGB 4143206
HSL0.550.960.41
HSV199°98°81°
CMYK 0.980.310.00   0.19
XYZ21.013124.127061.9420
Yxy24.12700.19620.2253
Hunter Lab49.1192-9.5968-40.3844
CIE-Lab56.2147-8.9362-41.2106

#048fce color RGB value is (4,143,206).

#048fce hex color red value is 4, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #048fce hue: 0.55 , saturation: 0.96 and the lightness value of 048fce is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001111 11001110
Octal 4 217 316
Decimal 4 143 206
Hex 4 8F CE

RGB Percentages of Color #048fce

%1.13
%40.51
%58.36

CMYK Percentages of Color #048fce

%98
%31
%0
%19

Triadic Colors of #048fce

#048fce #ce048f #8fce04

Analogous Colors of #048fce

#048fce #042ace #04cea8

Monochromatic Colors of #048fce

#048fce

Complementary Color

#048fce #ce4304

#048fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#048fce Color CSS Codes

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

#048fce Text Font Color

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

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


#048fce Background Color

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

This div background color is #048fce


#048fce Border Color

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

This div border color is #048fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048fce


Comments

No comments written yet.

Please login to write comment.