Color Hex Logo

#1384fe Color Hex

#1384FE
(19,132,254)
0 Favorites   0 Comments

Color spaces of #1384fe

RGB 19132254
HSL0.590.990.54
HSV211°93°100°
CMYK 0.930.480.00   0.00
XYZ26.409223.796796.9672
Yxy23.79670.17940.1617
Hunter Lab48.781911.2669-83.7077
CIE-Lab55.883716.4255-68.4833

#1384fe color RGB value is (19,132,254).

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

The process color (four color CMYK) of #1384fe color hex is 0.93, 0.48, 0.00, 0.00. Web safe color of #1384fe is #0099ff. Color #1384fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000100 11111110
Octal 23 204 376
Decimal 19 132 254
Hex 13 84 FE

RGB Percentages of Color #1384fe

%4.69
%32.59
%62.72

CMYK Percentages of Color #1384fe

%93
%48
%0
%0

Triadic Colors of #1384fe

#1384fe #fe1384 #84fe13

Analogous Colors of #1384fe

#1384fe #1713fe #13fafe

Monochromatic Colors of #1384fe

#1384fe

Complementary Color

#1384fe #fe8d13

#1384fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1384fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1384fe Color CSS Codes

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

#1384fe Text Font Color

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

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


#1384fe Background Color

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

This div background color is #1384fe


#1384fe Border Color

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

This div border color is #1384fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1384fe


Comments

No comments written yet.

Please login to write comment.