Color Hex Logo

#290eda Color Hex

#290EDA
(41,14,218)
0 Favorites   0 Comments

Color spaces of #290eda

RGB 4114218
HSL0.690.880.45
HSV248°94°85°
CMYK 0.810.940.00   0.15
XYZ13.72645.847466.7349
Yxy5.84740.15900.0677
Hunter Lab24.181459.0068-146.6993
CIE-Lab29.024268.2572-92.2595

#290eda color RGB value is (41,14,218).

#290eda hex color red value is 41, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #290eda hue: 0.69 , saturation: 0.88 and the lightness value of 290eda is 0.45.

The process color (four color CMYK) of #290eda color hex is 0.81, 0.94, 0.00, 0.15. Web safe color of #290eda is #3300cc. Color #290eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001110 11011010
Octal 51 16 332
Decimal 41 14 218
Hex 29 E DA

RGB Percentages of Color #290eda

%15.02
%5.13
%79.85

CMYK Percentages of Color #290eda

%81
%94
%0
%15

Triadic Colors of #290eda

#290eda #da290e #0eda29

Analogous Colors of #290eda

#290eda #8f0eda #0e59da

Monochromatic Colors of #290eda

#290eda

Complementary Color

#290eda #bfda0e

#290eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#290eda Color CSS Codes

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

#290eda Text Font Color

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

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


#290eda Background Color

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

This div background color is #290eda


#290eda Border Color

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

This div border color is #290eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,14,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #290eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #290eda;
  -webkit-box-shadow: 1px 1px 3px 2px #290eda;
  box-shadow:         1px 1px 3px 2px #290eda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290eda


Comments

No comments written yet.

Please login to write comment.