Color Hex Logo

#048bcf Color Hex

#048BCF
(4,139,207)
0 Favorites   0 Comments

Color spaces of #048bcf

RGB 4139207
HSL0.560.960.41
HSV200°98°81°
CMYK 0.980.330.00   0.19
XYZ20.545222.996062.3873
Yxy22.99600.19400.2171
Hunter Lab47.9541-7.4442-43.5671
CIE-Lab55.0682-6.2552-43.5835

#048bcf color RGB value is (4,139,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001011 11001111
Octal 4 213 317
Decimal 4 139 207
Hex 4 8B CF

RGB Percentages of Color #048bcf

%1.14
%39.71
%59.14

CMYK Percentages of Color #048bcf

%98
%33
%0
%19

Triadic Colors of #048bcf

#048bcf #cf048b #8bcf04

Analogous Colors of #048bcf

#048bcf #0426cf #04cfae

Monochromatic Colors of #048bcf

#048bcf

Complementary Color

#048bcf #cf4804

#048bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#048bcf Color CSS Codes

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

#048bcf Text Font Color

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

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


#048bcf Background Color

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

This div background color is #048bcf


#048bcf Border Color

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

This div border color is #048bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048bcf


Comments

No comments written yet.

Please login to write comment.