Color Hex Logo

#049cf1 Color Hex

#049CF1
(4,156,241)
0 Favorites   0 Comments

Color spaces of #049cf1

RGB 4156241
HSL0.560.970.48
HSV202°98°95°
CMYK 0.980.350.00   0.05
XYZ27.815730.153687.5733
Yxy30.15360.19110.2072
Hunter Lab54.9123-5.6777-56.1162
CIE-Lab61.7865-3.3257-51.8800

#049cf1 color RGB value is (4,156,241).

#049cf1 hex color red value is 4, green value is 156 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #049cf1 hue: 0.56 , saturation: 0.97 and the lightness value of 049cf1 is 0.48.

The process color (four color CMYK) of #049cf1 color hex is 0.98, 0.35, 0.00, 0.05. Web safe color of #049cf1 is #0099ff. Color #049cf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10011100 11110001
Octal 4 234 361
Decimal 4 156 241
Hex 4 9C F1

RGB Percentages of Color #049cf1

%1.00
%38.90
%60.10

CMYK Percentages of Color #049cf1

%98
%35
%0
%5

Triadic Colors of #049cf1

#049cf1 #f1049c #9cf104

Analogous Colors of #049cf1

#049cf1 #0426f1 #04f1d0

Monochromatic Colors of #049cf1

#049cf1

Complementary Color

#049cf1 #f15904

#049cf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#049cf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#049cf1 Color CSS Codes

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

#049cf1 Text Font Color

<p style="color:#049cf1">Text here</p>

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


#049cf1 Background Color

<div style="background-color:#049cf1">
Div content here</div>

This div background color is #049cf1


#049cf1 Border Color

<div style="border:3px solid #049cf1">
Div here</div>

This div border color is #049cf1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,156,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #049cf1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #049cf1;
  -webkit-box-shadow: 1px 1px 3px 2px #049cf1;
  box-shadow:         1px 1px 3px 2px #049cf1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #049cf1


Comments

No comments written yet.

Please login to write comment.