Color Hex Logo

#034ecd Color Hex

#034ECD
(3,78,205)
0 Favorites   0 Comments

Color spaces of #034ecd

RGB 378205
HSL0.600.970.41
HSV218°99°80°
CMYK 0.990.620.00   0.20
XYZ13.78149.875958.9375
Yxy9.87590.16690.1196
Hunter Lab31.425923.2832-89.1967
CIE-Lab37.618831.5613-70.5487

#034ecd color RGB value is (3,78,205).

#034ecd hex color red value is 3, green value is 78 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #034ecd hue: 0.60 , saturation: 0.97 and the lightness value of 034ecd is 0.41.

The process color (four color CMYK) of #034ecd color hex is 0.99, 0.62, 0.00, 0.20. Web safe color of #034ecd is #0066cc. Color #034ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01001110 11001101
Octal 3 116 315
Decimal 3 78 205
Hex 3 4E CD

RGB Percentages of Color #034ecd

%1.05
%27.27
%71.68

CMYK Percentages of Color #034ecd

%99
%62
%0
%20

Triadic Colors of #034ecd

#034ecd #cd034e #4ecd03

Analogous Colors of #034ecd

#034ecd #1d03cd #03b3cd

Monochromatic Colors of #034ecd

#034ecd

Complementary Color

#034ecd #cd8203

#034ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#034ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#034ecd Color CSS Codes

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

#034ecd Text Font Color

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

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


#034ecd Background Color

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

This div background color is #034ecd


#034ecd Border Color

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

This div border color is #034ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #034ecd


Comments

No comments written yet.

Please login to write comment.