Color Hex Logo

#034cfa Color Hex

#034CFA
(3,76,250)
0 Favorites   0 Comments

Color spaces of #034cfa

RGB 376250
HSL0.620.980.50
HSV222°99°98°
CMYK 0.990.700.00   0.02
XYZ19.877312.090491.7285
Yxy12.09040.16070.0977
Hunter Lab34.771341.1914-132.0704
CIE-Lab41.359449.5468-89.9955

#034cfa color RGB value is (3,76,250).

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

The process color (four color CMYK) of #034cfa color hex is 0.99, 0.70, 0.00, 0.02. Web safe color of #034cfa is #0033ff. Color #034cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 11111010
Octal 3 114 372
Decimal 3 76 250
Hex 3 4C FA

RGB Percentages of Color #034cfa

%0.91
%23.10
%75.99

CMYK Percentages of Color #034cfa

%99
%70
%0
%2

Triadic Colors of #034cfa

#034cfa #fa034c #4cfa03

Analogous Colors of #034cfa

#034cfa #3503fa #03c8fa

Monochromatic Colors of #034cfa

#034cfa

Complementary Color

#034cfa #fab103

#034cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#034cfa Color CSS Codes

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

#034cfa Text Font Color

<p style="color:#034cfa">Text here</p>

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


#034cfa Background Color

<div style="background-color:#034cfa">
Div content here</div>

This div background color is #034cfa


#034cfa Border Color

<div style="border:3px solid #034cfa">
Div here</div>

This div border color is #034cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,76,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 #034cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034cfa


Comments

No comments written yet.

Please login to write comment.