Color Hex Logo

#290bbd Color Hex

#290BBD
(41,11,189)
0 Favorites   0 Comments

Color spaces of #290bbd

RGB 4111189
HSL0.690.890.39
HSV250°94°74°
CMYK 0.780.940.00   0.26
XYZ10.21944.384948.4519
Yxy4.38490.16210.0695
Hunter Lab20.940250.4679-122.5287
CIE-Lab24.905161.4412-82.1649

#290bbd color RGB value is (41,11,189).

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

The process color (four color CMYK) of #290bbd color hex is 0.78, 0.94, 0.00, 0.26. Web safe color of #290bbd is #3300cc. Color #290bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001011 10111101
Octal 51 13 275
Decimal 41 11 189
Hex 29 B BD

RGB Percentages of Color #290bbd

%17.01
%4.56
%78.42

CMYK Percentages of Color #290bbd

%78
%94
%0
%26

Triadic Colors of #290bbd

#290bbd #bd290b #0bbd29

Analogous Colors of #290bbd

#290bbd #820bbd #0b46bd

Monochromatic Colors of #290bbd

#290bbd

Complementary Color

#290bbd #9fbd0b

#290bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#290bbd Color CSS Codes

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

#290bbd Text Font Color

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

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


#290bbd Background Color

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

This div background color is #290bbd


#290bbd Border Color

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

This div border color is #290bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290bbd


Comments

No comments written yet.

Please login to write comment.