Color Hex Logo

#130eac Color Hex

#130EAC
(19,14,172)
0 Favorites   0 Comments

Color spaces of #130eac

RGB 1914172
HSL0.670.850.36
HSV242°92°67°
CMYK 0.890.920.00   0.33
XYZ7.87203.431139.2771
Yxy3.43110.15560.0678
Hunter Lab18.523243.4433-112.7537
CIE-Lab21.693755.4747-77.3823

#130eac color RGB value is (19,14,172).

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

The process color (four color CMYK) of #130eac color hex is 0.89, 0.92, 0.00, 0.33. Web safe color of #130eac is #000099. Color #130eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001110 10101100
Octal 23 16 254
Decimal 19 14 172
Hex 13 E AC

RGB Percentages of Color #130eac

%9.27
%6.83
%83.90

CMYK Percentages of Color #130eac

%89
%92
%0
%33

Triadic Colors of #130eac

#130eac #ac130e #0eac13

Analogous Colors of #130eac

#130eac #620eac #0e58ac

Monochromatic Colors of #130eac

#130eac

Complementary Color

#130eac #a7ac0e

#130eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#130eac Color CSS Codes

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

#130eac Text Font Color

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

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


#130eac Background Color

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

This div background color is #130eac


#130eac Border Color

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

This div border color is #130eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130eac


Comments

No comments written yet.

Please login to write comment.