Color Hex Logo

#034cea Color Hex

#034CEA
(3,76,234)
0 Favorites   0 Comments

Color spaces of #034cea

RGB 376234
HSL0.610.970.46
HSV221°99°92°
CMYK 0.990.680.00   0.08
XYZ17.473311.128879.0690
Yxy11.12880.16230.1034
Hunter Lab33.359935.1154-117.1763
CIE-Lab39.796643.8011-83.5669

#034cea color RGB value is (3,76,234).

#034cea hex color red value is 3, green value is 76 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #034cea hue: 0.61 , saturation: 0.97 and the lightness value of 034cea is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001100 11101010
Octal 3 114 352
Decimal 3 76 234
Hex 3 4C EA

RGB Percentages of Color #034cea

%0.96
%24.28
%74.76

CMYK Percentages of Color #034cea

%99
%68
%0
%8

Triadic Colors of #034cea

#034cea #ea034c #4cea03

Analogous Colors of #034cea

#034cea #2d03ea #03c0ea

Monochromatic Colors of #034cea

#034cea

Complementary Color

#034cea #eaa103

#034cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#034cea Color CSS Codes

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

#034cea Text Font Color

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

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


#034cea Background Color

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

This div background color is #034cea


#034cea Border Color

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

This div border color is #034cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034cea


Comments

No comments written yet.

Please login to write comment.