Color Hex Logo

#130eeb Color Hex

#130EEB
(19,14,235)
0 Favorites   0 Comments

Color spaces of #130eeb

RGB 1914235
HSL0.670.890.49
HSV241°94°92°
CMYK 0.920.940.00   0.08
XYZ15.42106.450779.0296
Yxy6.45070.15280.0639
Hunter Lab25.398263.9326-166.7091
CIE-Lab30.522272.1793-99.5273

#130eeb color RGB value is (19,14,235).

#130eeb hex color red value is 19, green value is 14 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #130eeb hue: 0.67 , saturation: 0.89 and the lightness value of 130eeb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001110 11101011
Octal 23 16 353
Decimal 19 14 235
Hex 13 E EB

RGB Percentages of Color #130eeb

%7.09
%5.22
%87.69

CMYK Percentages of Color #130eeb

%92
%94
%0
%8

Triadic Colors of #130eeb

#130eeb #eb130e #0eeb13

Analogous Colors of #130eeb

#130eeb #820eeb #0e78eb

Monochromatic Colors of #130eeb

#130eeb

Complementary Color

#130eeb #e6eb0e

#130eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#130eeb Color CSS Codes

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

#130eeb Text Font Color

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

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


#130eeb Background Color

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

This div background color is #130eeb


#130eeb Border Color

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

This div border color is #130eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130eeb


Comments

No comments written yet.

Please login to write comment.