Color Hex Logo

#048fcf Color Hex

#048FCF
(4,143,207)
0 Favorites   0 Comments

Color spaces of #048fcf

RGB 4143207
HSL0.550.960.41
HSV199°98°81°
CMYK 0.980.310.00   0.19
XYZ21.135024.175762.5839
Yxy24.17570.19590.2241
Hunter Lab49.1688-9.3179-41.0484
CIE-Lab56.2633-8.5620-41.6974

#048fcf color RGB value is (4,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001111 11001111
Octal 4 217 317
Decimal 4 143 207
Hex 4 8F CF

RGB Percentages of Color #048fcf

%1.13
%40.40
%58.47

CMYK Percentages of Color #048fcf

%98
%31
%0
%19

Triadic Colors of #048fcf

#048fcf #cf048f #8fcf04

Analogous Colors of #048fcf

#048fcf #042acf #04cfaa

Monochromatic Colors of #048fcf

#048fcf

Complementary Color

#048fcf #cf4404

#048fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#048fcf Color CSS Codes

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

#048fcf Text Font Color

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

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


#048fcf Background Color

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

This div background color is #048fcf


#048fcf Border Color

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

This div border color is #048fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048fcf


Comments

No comments written yet.

Please login to write comment.