Color Hex Logo

#1384ff Color Hex

#1384FF
(19,132,255)
0 Favorites   0 Comments

Color spaces of #1384ff

RGB 19132255
HSL0.591.000.54
HSV211°93°100°
CMYK 0.930.480.00   0.00
XYZ26.569823.861097.8130
Yxy23.86100.17920.1610
Hunter Lab48.847711.6082-84.5293
CIE-Lab55.948416.8067-68.9296

#1384ff color RGB value is (19,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000100 11111111
Octal 23 204 377
Decimal 19 132 255
Hex 13 84 FF

RGB Percentages of Color #1384ff

%4.68
%32.51
%62.81

CMYK Percentages of Color #1384ff

%93
%48
%0
%0

Triadic Colors of #1384ff

#1384ff #ff1384 #84ff13

Analogous Colors of #1384ff

#1384ff #1813ff #13faff

Monochromatic Colors of #1384ff

#1384ff

Complementary Color

#1384ff #ff8e13

#1384ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1384ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1384ff Color CSS Codes

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

#1384ff Text Font Color

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

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


#1384ff Background Color

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

This div background color is #1384ff


#1384ff Border Color

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

This div border color is #1384ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1384ff


Comments

No comments written yet.

Please login to write comment.