Color Hex Logo

#294290 Color Hex

#294290
(41,66,144)
0 Favorites   0 Comments

Color spaces of #294290

RGB 4166144
HSL0.630.560.36
HSV225°72°56°
CMYK 0.720.540.00   0.44
XYZ7.89676.381527.2011
Yxy6.38150.19040.1538
Hunter Lab25.261611.5906-46.1589
CIE-Lab30.355218.3683-46.0389

#294290 color RGB value is (41,66,144).

#294290 hex color red value is 41, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #294290 hue: 0.63 , saturation: 0.56 and the lightness value of 294290 is 0.36.

The process color (four color CMYK) of #294290 color hex is 0.72, 0.54, 0.00, 0.44. Web safe color of #294290 is #333399. Color #294290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000010 10010000
Octal 51 102 220
Decimal 41 66 144
Hex 29 42 90

RGB Percentages of Color #294290

%16.33
%26.29
%57.37

CMYK Percentages of Color #294290

%72
%54
%0
%44

Triadic Colors of #294290

#294290 #902942 #429029

Analogous Colors of #294290

#294290 #432990 #297690

Monochromatic Colors of #294290

#294290

Complementary Color

#294290 #907729

#294290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294290 Color CSS Codes

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

#294290 Text Font Color

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

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


#294290 Background Color

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

This div background color is #294290


#294290 Border Color

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

This div border color is #294290


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,66,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294290; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294290;
  -webkit-box-shadow: 1px 1px 3px 2px #294290;
  box-shadow:         1px 1px 3px 2px #294290; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294290


Comments

No comments written yet.

Please login to write comment.