Color Hex Logo

#190deb Color Hex

#190DEB
(25,13,235)
0 Favorites   0 Comments

Color spaces of #190deb

RGB 2513235
HSL0.680.900.49
HSV243°94°92°
CMYK 0.890.940.00   0.08
XYZ15.54026.492779.0314
Yxy6.49270.15380.0642
Hunter Lab25.480864.2721-166.0578
CIE-Lab30.623072.4459-99.3550

#190deb color RGB value is (25,13,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00001101 11101011
Octal 31 15 353
Decimal 25 13 235
Hex 19 D EB

RGB Percentages of Color #190deb

%9.16
%4.76
%86.08

CMYK Percentages of Color #190deb

%89
%94
%0
%8

Triadic Colors of #190deb

#190deb #eb190d #0deb19

Analogous Colors of #190deb

#190deb #880deb #0d70eb

Monochromatic Colors of #190deb

#190deb

Complementary Color

#190deb #dfeb0d

#190deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#190deb Color CSS Codes

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

#190deb Text Font Color

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

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


#190deb Background Color

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

This div background color is #190deb


#190deb Border Color

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

This div border color is #190deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190deb


Comments

No comments written yet.

Please login to write comment.