Color Hex Logo

#0371fa Color Hex

#0371FA
(3,113,250)
0 Favorites   0 Comments

Color spaces of #0371fa

RGB 3113250
HSL0.590.980.50
HSV213°99°98°
CMYK 0.990.550.00   0.02
XYZ23.198018.731792.8354
Yxy18.73170.17210.1390
Hunter Lab43.280119.9351-96.8803
CIE-Lab50.371826.3839-75.2136

#0371fa color RGB value is (3,113,250).

#0371fa hex color red value is 3, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0371fa hue: 0.59 , saturation: 0.98 and the lightness value of 0371fa is 0.50.

The process color (four color CMYK) of #0371fa color hex is 0.99, 0.55, 0.00, 0.02. Web safe color of #0371fa is #0066ff. Color #0371fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01110001 11111010
Octal 3 161 372
Decimal 3 113 250
Hex 3 71 FA

RGB Percentages of Color #0371fa

%0.82
%30.87
%68.31

CMYK Percentages of Color #0371fa

%99
%55
%0
%2

Triadic Colors of #0371fa

#0371fa #fa0371 #71fa03

Analogous Colors of #0371fa

#0371fa #1003fa #03edfa

Monochromatic Colors of #0371fa

#0371fa

Complementary Color

#0371fa #fa8c03

#0371fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0371fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0371fa Color CSS Codes

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

#0371fa Text Font Color

<p style="color:#0371fa">Text here</p>

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


#0371fa Background Color

<div style="background-color:#0371fa">
Div content here</div>

This div background color is #0371fa


#0371fa Border Color

<div style="border:3px solid #0371fa">
Div here</div>

This div border color is #0371fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,113,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0371fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0371fa;
  -webkit-box-shadow: 1px 1px 3px 2px #0371fa;
  box-shadow:         1px 1px 3px 2px #0371fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0371fa


Comments

No comments written yet.

Please login to write comment.