Color Hex Logo

#0347df Color Hex

#0347DF
(3,71,223)
0 Favorites   0 Comments

Color spaces of #0347df

RGB 371223
HSL0.620.970.44
HSV221°99°87°
CMYK 0.990.680.00   0.13
XYZ15.61019.853570.8912
Yxy9.85350.16200.1023
Hunter Lab31.390333.8334-111.9262
CIE-Lab37.578242.8756-80.9672

#0347df color RGB value is (3,71,223).

#0347df hex color red value is 3, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0347df hue: 0.62 , saturation: 0.97 and the lightness value of 0347df is 0.44.

The process color (four color CMYK) of #0347df color hex is 0.99, 0.68, 0.00, 0.13. Web safe color of #0347df is #0033cc. Color #0347df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01000111 11011111
Octal 3 107 337
Decimal 3 71 223
Hex 3 47 DF

RGB Percentages of Color #0347df

%1.01
%23.91
%75.08

CMYK Percentages of Color #0347df

%99
%68
%0
%13

Triadic Colors of #0347df

#0347df #df0347 #47df03

Analogous Colors of #0347df

#0347df #2d03df #03b5df

Monochromatic Colors of #0347df

#0347df

Complementary Color

#0347df #df9b03

#0347df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0347df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0347df Color CSS Codes

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

#0347df Text Font Color

<p style="color:#0347df">Text here</p>

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


#0347df Background Color

<div style="background-color:#0347df">
Div content here</div>

This div background color is #0347df


#0347df Border Color

<div style="border:3px solid #0347df">
Div here</div>

This div border color is #0347df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,71,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0347df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0347df;
  -webkit-box-shadow: 1px 1px 3px 2px #0347df;
  box-shadow:         1px 1px 3px 2px #0347df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0347df


Comments

No comments written yet.

Please login to write comment.