Color Hex Logo

#290fad Color Hex

#290FAD
(41,15,173)
0 Favorites   0 Comments

Color spaces of #290fad

RGB 4115173
HSL0.690.840.37
HSV250°91°68°
CMYK 0.760.910.00   0.32
XYZ8.62813.830239.8197
Yxy3.83020.16500.0733
Hunter Lab19.570944.4451-106.9341
CIE-Lab23.102056.1705-75.6070

#290fad color RGB value is (41,15,173).

#290fad hex color red value is 41, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #290fad hue: 0.69 , saturation: 0.84 and the lightness value of 290fad is 0.37.

The process color (four color CMYK) of #290fad color hex is 0.76, 0.91, 0.00, 0.32. Web safe color of #290fad is #330099. Color #290fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001111 10101101
Octal 51 17 255
Decimal 41 15 173
Hex 29 F AD

RGB Percentages of Color #290fad

%17.90
%6.55
%75.55

CMYK Percentages of Color #290fad

%76
%91
%0
%32

Triadic Colors of #290fad

#290fad #ad290f #0fad29

Analogous Colors of #290fad

#290fad #780fad #0f44ad

Monochromatic Colors of #290fad

#290fad

Complementary Color

#290fad #93ad0f

#290fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#290fad Color CSS Codes

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

#290fad Text Font Color

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

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


#290fad Background Color

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

This div background color is #290fad


#290fad Border Color

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

This div border color is #290fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290fad


Comments

No comments written yet.

Please login to write comment.