Color Hex Logo

#290ddb Color Hex

#290DDB
(41,13,219)
0 Favorites   0 Comments

Color spaces of #290ddb

RGB 4113219
HSL0.690.890.45
HSV248°94°86°
CMYK 0.810.940.00   0.14
XYZ13.84465.873767.4219
Yxy5.87370.15890.0674
Hunter Lab24.235759.5552-147.9752
CIE-Lab29.091668.7175-92.7242

#290ddb color RGB value is (41,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001101 11011011
Octal 51 15 333
Decimal 41 13 219
Hex 29 D DB

RGB Percentages of Color #290ddb

%15.02
%4.76
%80.22

CMYK Percentages of Color #290ddb

%81
%94
%0
%14

Triadic Colors of #290ddb

#290ddb #db290d #0ddb29

Analogous Colors of #290ddb

#290ddb #900ddb #0d58db

Monochromatic Colors of #290ddb

#290ddb

Complementary Color

#290ddb #bfdb0d

#290ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#290ddb Color CSS Codes

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

#290ddb Text Font Color

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

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


#290ddb Background Color

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

This div background color is #290ddb


#290ddb Border Color

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

This div border color is #290ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #290ddb


Comments

No comments written yet.

Please login to write comment.