Color Hex Logo

#290bef Color Hex

#290BEF
(41,11,239)
0 Favorites   0 Comments

Color spaces of #290bef

RGB 4111239
HSL0.690.910.49
HSV248°95°94°
CMYK 0.830.950.00   0.06
XYZ16.61416.942882.1258
Yxy6.94280.15720.0657
Hunter Lab26.349266.4395-166.3521
CIE-Lab31.676374.0636-99.8547

#290bef color RGB value is (41,11,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001011 11101111
Octal 51 13 357
Decimal 41 11 239
Hex 29 B EF

RGB Percentages of Color #290bef

%14.09
%3.78
%82.13

CMYK Percentages of Color #290bef

%83
%95
%0
%6

Triadic Colors of #290bef

#290bef #ef290b #0bef29

Analogous Colors of #290bef

#290bef #9b0bef #0b5fef

Monochromatic Colors of #290bef

#290bef

Complementary Color

#290bef #d1ef0b

#290bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#290bef Color CSS Codes

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

#290bef Text Font Color

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

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


#290bef Background Color

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

This div background color is #290bef


#290bef Border Color

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

This div border color is #290bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290bef


Comments

No comments written yet.

Please login to write comment.