Color Hex Logo

#1385fd Color Hex

#1385FD
(19,133,253)
0 Favorites   0 Comments

Color spaces of #1385fd

RGB 19133253
HSL0.590.980.53
HSV211°92°99°
CMYK 0.920.470.00   0.01
XYZ26.385724.005496.1713
Yxy24.00540.18000.1638
Hunter Lab48.995310.3868-82.0817
CIE-Lab56.093215.4255-67.5941

#1385fd color RGB value is (19,133,253).

#1385fd hex color red value is 19, green value is 133 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1385fd hue: 0.59 , saturation: 0.98 and the lightness value of 1385fd is 0.53.

The process color (four color CMYK) of #1385fd color hex is 0.92, 0.47, 0.00, 0.01. Web safe color of #1385fd is #0099ff. Color #1385fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000101 11111101
Octal 23 205 375
Decimal 19 133 253
Hex 13 85 FD

RGB Percentages of Color #1385fd

%4.69
%32.84
%62.47

CMYK Percentages of Color #1385fd

%92
%47
%0
%1

Triadic Colors of #1385fd

#1385fd #fd1385 #85fd13

Analogous Colors of #1385fd

#1385fd #1613fd #13fafd

Monochromatic Colors of #1385fd

#1385fd

Complementary Color

#1385fd #fd8b13

#1385fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1385fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1385fd Color CSS Codes

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

#1385fd Text Font Color

<p style="color:#1385fd">Text here</p>

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


#1385fd Background Color

<div style="background-color:#1385fd">
Div content here</div>

This div background color is #1385fd


#1385fd Border Color

<div style="border:3px solid #1385fd">
Div here</div>

This div border color is #1385fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,133,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1385fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1385fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1385fd;
  box-shadow:         1px 1px 3px 2px #1385fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1385fd


Comments

No comments written yet.

Please login to write comment.