Color Hex Logo

#1379fe Color Hex

#1379FE
(19,121,254)
0 Favorites   0 Comments

Color spaces of #1379fe

RGB 19121254
HSL0.590.990.54
HSV214°93°100°
CMYK 0.930.520.00   0.00
XYZ24.995320.968996.4959
Yxy20.96890.17550.1472
Hunter Lab45.791817.2979-92.8860
CIE-Lab52.915423.2898-73.2886

#1379fe color RGB value is (19,121,254).

#1379fe hex color red value is 19, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1379fe hue: 0.59 , saturation: 0.99 and the lightness value of 1379fe is 0.54.

The process color (four color CMYK) of #1379fe color hex is 0.93, 0.52, 0.00, 0.00. Web safe color of #1379fe is #0066ff. Color #1379fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 11111110
Octal 23 171 376
Decimal 19 121 254
Hex 13 79 FE

RGB Percentages of Color #1379fe

%4.82
%30.71
%64.47

CMYK Percentages of Color #1379fe

%93
%52
%0
%0

Triadic Colors of #1379fe

#1379fe #fe1379 #79fe13

Analogous Colors of #1379fe

#1379fe #2213fe #13effe

Monochromatic Colors of #1379fe

#1379fe

Complementary Color

#1379fe #fe9813

#1379fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1379fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1379fe Color CSS Codes

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

#1379fe Text Font Color

<p style="color:#1379fe">Text here</p>

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


#1379fe Background Color

<div style="background-color:#1379fe">
Div content here</div>

This div background color is #1379fe


#1379fe Border Color

<div style="border:3px solid #1379fe">
Div here</div>

This div border color is #1379fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,121,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1379fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1379fe;
  -webkit-box-shadow: 1px 1px 3px 2px #1379fe;
  box-shadow:         1px 1px 3px 2px #1379fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1379fe


Comments

No comments written yet.

Please login to write comment.