Color Hex Logo

#130abf Color Hex

#130ABF
(19,10,191)
0 Favorites   0 Comments

Color spaces of #130abf

RGB 1910191
HSL0.670.900.39
HSV243°95°75°
CMYK 0.900.950.00   0.25
XYZ9.78114.117149.5694
Yxy4.11710.15410.0649
Hunter Lab20.290650.5373-130.6402
CIE-Lab24.054961.6574-84.7959

#130abf color RGB value is (19,10,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 10111111
Octal 23 12 277
Decimal 19 10 191
Hex 13 A BF

RGB Percentages of Color #130abf

%8.64
%4.55
%86.82

CMYK Percentages of Color #130abf

%90
%95
%0
%25

Triadic Colors of #130abf

#130abf #bf130a #0abf13

Analogous Colors of #130abf

#130abf #6e0abf #0a5bbf

Monochromatic Colors of #130abf

#130abf

Complementary Color

#130abf #b6bf0a

#130abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#130abf Color CSS Codes

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

#130abf Text Font Color

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

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


#130abf Background Color

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

This div background color is #130abf


#130abf Border Color

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

This div border color is #130abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,10,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130abf


Comments

No comments written yet.

Please login to write comment.