Color Hex Logo

#190ddb Color Hex

#190DDB
(25,13,219)
0 Favorites   0 Comments

Color spaces of #190ddb

RGB 2513219
HSL0.680.890.45
HSV243°94°86°
CMYK 0.890.940.00   0.14
XYZ13.33105.609067.3979
Yxy5.60900.15440.0650
Hunter Lab23.683359.0292-152.1489
CIE-Lab28.403868.3879-93.8899

#190ddb color RGB value is (25,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00001101 11011011
Octal 31 15 333
Decimal 25 13 219
Hex 19 D DB

RGB Percentages of Color #190ddb

%9.73
%5.06
%85.21

CMYK Percentages of Color #190ddb

%89
%94
%0
%14

Triadic Colors of #190ddb

#190ddb #db190d #0ddb19

Analogous Colors of #190ddb

#190ddb #800ddb #0d68db

Monochromatic Colors of #190ddb

#190ddb

Complementary Color

#190ddb #cfdb0d

#190ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#190ddb Color CSS Codes

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

#190ddb Text Font Color

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

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


#190ddb Background Color

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

This div background color is #190ddb


#190ddb Border Color

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

This div border color is #190ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,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 #190ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190ddb


Comments

No comments written yet.

Please login to write comment.