Color Hex Logo

#290bee Color Hex

#290BEE
(41,11,238)
0 Favorites   0 Comments

Color spaces of #290bee

RGB 4111238
HSL0.690.910.49
HSV248°95°93°
CMYK 0.830.950.00   0.07
XYZ16.46676.883881.3497
Yxy6.88380.15730.0657
Hunter Lab26.237066.1143-165.4670
CIE-Lab31.540973.8181-99.5129

#290bee color RGB value is (41,11,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001011 11101110
Octal 51 13 356
Decimal 41 11 238
Hex 29 B EE

RGB Percentages of Color #290bee

%14.14
%3.79
%82.07

CMYK Percentages of Color #290bee

%83
%95
%0
%7

Triadic Colors of #290bee

#290bee #ee290b #0bee29

Analogous Colors of #290bee

#290bee #9b0bee #0b5fee

Monochromatic Colors of #290bee

#290bee

Complementary Color

#290bee #d0ee0b

#290bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#290bee Color CSS Codes

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

#290bee Text Font Color

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

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


#290bee Background Color

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

This div background color is #290bee


#290bee Border Color

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

This div border color is #290bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290bee


Comments

No comments written yet.

Please login to write comment.