Color Hex Logo

#290dfa Color Hex

#290DFA
(41,13,250)
0 Favorites   0 Comments

Color spaces of #290dfa

RGB 4113250
HSL0.690.960.52
HSV247°95°98°
CMYK 0.840.950.00   0.02
XYZ18.31377.661490.9560
Yxy7.66140.15660.0655
Hunter Lab27.679269.6642-175.4558
CIE-Lab33.267576.4303-103.4153

#290dfa color RGB value is (41,13,250).

#290dfa hex color red value is 41, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #290dfa hue: 0.69 , saturation: 0.96 and the lightness value of 290dfa is 0.52.

The process color (four color CMYK) of #290dfa color hex is 0.84, 0.95, 0.00, 0.02. Web safe color of #290dfa is #3300ff. Color #290dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001101 11111010
Octal 51 15 372
Decimal 41 13 250
Hex 29 D FA

RGB Percentages of Color #290dfa

%13.49
%4.28
%82.24

CMYK Percentages of Color #290dfa

%84
%95
%0
%2

Triadic Colors of #290dfa

#290dfa #fa290d #0dfa29

Analogous Colors of #290dfa

#290dfa #a00dfa #0d68fa

Monochromatic Colors of #290dfa

#290dfa

Complementary Color

#290dfa #defa0d

#290dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#290dfa Color CSS Codes

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

#290dfa Text Font Color

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

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


#290dfa Background Color

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

This div background color is #290dfa


#290dfa Border Color

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

This div border color is #290dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290dfa


Comments

No comments written yet.

Please login to write comment.