Color Hex Logo

#290ada Color Hex

#290ADA
(41,10,218)
0 Favorites   0 Comments

Color spaces of #290ada

RGB 4110218
HSL0.690.910.45
HSV249°95°85°
CMYK 0.810.950.00   0.15
XYZ13.67795.750566.7187
Yxy5.75050.15880.0668
Hunter Lab23.980259.8480-148.1729
CIE-Lab28.774169.0259-92.6769

#290ada color RGB value is (41,10,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001010 11011010
Octal 51 12 332
Decimal 41 10 218
Hex 29 A DA

RGB Percentages of Color #290ada

%15.24
%3.72
%81.04

CMYK Percentages of Color #290ada

%81
%95
%0
%15

Triadic Colors of #290ada

#290ada #da290a #0ada29

Analogous Colors of #290ada

#290ada #910ada #0a53da

Monochromatic Colors of #290ada

#290ada

Complementary Color

#290ada #bbda0a

#290ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#290ada Color CSS Codes

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

#290ada Text Font Color

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

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


#290ada Background Color

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

This div background color is #290ada


#290ada Border Color

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

This div border color is #290ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,10,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 #290ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290ada


Comments

No comments written yet.

Please login to write comment.