Color Hex Logo

#130adb Color Hex

#130ADB
(19,10,219)
0 Favorites   0 Comments

Color spaces of #130adb

RGB 1910219
HSL0.670.910.45
HSV243°95°86°
CMYK 0.910.950.00   0.14
XYZ13.16335.470067.3799
Yxy5.47000.15300.0636
Hunter Lab23.388059.5347-154.4403
CIE-Lab28.033968.8882-94.5124

#130adb color RGB value is (19,10,219).

#130adb hex color red value is 19, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #130adb hue: 0.67 , saturation: 0.91 and the lightness value of 130adb is 0.45.

The process color (four color CMYK) of #130adb color hex is 0.91, 0.95, 0.00, 0.14. Web safe color of #130adb is #0000cc. Color #130adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 11011011
Octal 23 12 333
Decimal 19 10 219
Hex 13 A DB

RGB Percentages of Color #130adb

%7.66
%4.03
%88.31

CMYK Percentages of Color #130adb

%91
%95
%0
%14

Triadic Colors of #130adb

#130adb #db130a #0adb13

Analogous Colors of #130adb

#130adb #7c0adb #0a6adb

Monochromatic Colors of #130adb

#130adb

Complementary Color

#130adb #d2db0a

#130adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#130adb Color CSS Codes

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

#130adb Text Font Color

<p style="color:#130adb">Text here</p>

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


#130adb Background Color

<div style="background-color:#130adb">
Div content here</div>

This div background color is #130adb


#130adb Border Color

<div style="border:3px solid #130adb">
Div here</div>

This div border color is #130adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,10,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130adb;
  -webkit-box-shadow: 1px 1px 3px 2px #130adb;
  box-shadow:         1px 1px 3px 2px #130adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,10,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 #130adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130adb


Comments

No comments written yet.

Please login to write comment.