Color Hex Logo

#138ffa Color Hex

#138FFA
(19,143,250)
0 Favorites   0 Comments

Color spaces of #138ffa

RGB 19143250
HSL0.580.960.53
HSV208°92°98°
CMYK 0.920.430.00   0.02
XYZ27.346326.685594.1520
Yxy26.68550.18450.1801
Hunter Lab51.65804.0914-71.9015
CIE-Lab58.68218.1776-61.7779

#138ffa color RGB value is (19,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001111 11111010
Octal 23 217 372
Decimal 19 143 250
Hex 13 8F FA

RGB Percentages of Color #138ffa

%4.61
%34.71
%60.68

CMYK Percentages of Color #138ffa

%92
%43
%0
%2

Triadic Colors of #138ffa

#138ffa #fa138f #8ffa13

Analogous Colors of #138ffa

#138ffa #131bfa #13faf2

Monochromatic Colors of #138ffa

#138ffa

Complementary Color

#138ffa #fa7e13

#138ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#138ffa Color CSS Codes

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

#138ffa Text Font Color

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

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


#138ffa Background Color

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

This div background color is #138ffa


#138ffa Border Color

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

This div border color is #138ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138ffa


Comments

No comments written yet.

Please login to write comment.