Color Hex Logo

#294ad1 Color Hex

#294AD1
(41,74,209)
0 Favorites   0 Comments

Color spaces of #294ad1

RGB 4174209
HSL0.630.670.49
HSV228°80°82°
CMYK 0.800.650.00   0.18
XYZ14.87199.972461.4626
Yxy9.97240.17230.1155
Hunter Lab31.579128.7996-93.2911
CIE-Lab37.792837.5643-72.5438

#294ad1 color RGB value is (41,74,209).

#294ad1 hex color red value is 41, green value is 74 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #294ad1 hue: 0.63 , saturation: 0.67 and the lightness value of 294ad1 is 0.49.

The process color (four color CMYK) of #294ad1 color hex is 0.80, 0.65, 0.00, 0.18. Web safe color of #294ad1 is #3333cc. Color #294ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001010 11010001
Octal 51 112 321
Decimal 41 74 209
Hex 29 4A D1

RGB Percentages of Color #294ad1

%12.65
%22.84
%64.51

CMYK Percentages of Color #294ad1

%80
%65
%0
%18

Triadic Colors of #294ad1

#294ad1 #d1294a #4ad129

Analogous Colors of #294ad1

#294ad1 #5c29d1 #299ed1

Monochromatic Colors of #294ad1

#294ad1

Complementary Color

#294ad1 #d1b029

#294ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294ad1 Color CSS Codes

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

#294ad1 Text Font Color

<p style="color:#294ad1">Text here</p>

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


#294ad1 Background Color

<div style="background-color:#294ad1">
Div content here</div>

This div background color is #294ad1


#294ad1 Border Color

<div style="border:3px solid #294ad1">
Div here</div>

This div border color is #294ad1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,74,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294ad1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294ad1;
  -webkit-box-shadow: 1px 1px 3px 2px #294ad1;
  box-shadow:         1px 1px 3px 2px #294ad1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,74,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294ad1


Comments

No comments written yet.

Please login to write comment.