Color Hex Logo

#138dfa Color Hex

#138DFA
(19,141,250)
0 Favorites   0 Comments

Color spaces of #138dfa

RGB 19141250
HSL0.580.960.53
HSV208°92°98°
CMYK 0.920.440.00   0.02
XYZ27.048826.090394.0528
Yxy26.09030.18380.1773
Hunter Lab51.07875.1373-73.4175
CIE-Lab58.12279.3876-62.6755

#138dfa color RGB value is (19,141,250).

#138dfa hex color red value is 19, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #138dfa hue: 0.58 , saturation: 0.96 and the lightness value of 138dfa is 0.53.

The process color (four color CMYK) of #138dfa color hex is 0.92, 0.44, 0.00, 0.02. Web safe color of #138dfa is #0099ff. Color #138dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001101 11111010
Octal 23 215 372
Decimal 19 141 250
Hex 13 8D FA

RGB Percentages of Color #138dfa

%4.63
%34.39
%60.98

CMYK Percentages of Color #138dfa

%92
%44
%0
%2

Triadic Colors of #138dfa

#138dfa #fa138d #8dfa13

Analogous Colors of #138dfa

#138dfa #1319fa #13faf4

Monochromatic Colors of #138dfa

#138dfa

Complementary Color

#138dfa #fa8013

#138dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#138dfa Color CSS Codes

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

#138dfa Text Font Color

<p style="color:#138dfa">Text here</p>

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


#138dfa Background Color

<div style="background-color:#138dfa">
Div content here</div>

This div background color is #138dfa


#138dfa Border Color

<div style="border:3px solid #138dfa">
Div here</div>

This div border color is #138dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,141,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #138dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #138dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #138dfa;
  box-shadow:         1px 1px 3px 2px #138dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138dfa


Comments

No comments written yet.

Please login to write comment.