Color Hex Logo

#138cff Color Hex

#138CFF
(19,140,255)
0 Favorites   0 Comments

Color spaces of #138cff

RGB 19140255
HSL0.581.000.54
HSV209°93°100°
CMYK 0.930.450.00   0.00
XYZ27.696626.114698.1886
Yxy26.11460.18220.1718
Hunter Lab51.10247.3145-78.1485
CIE-Lab58.145711.8932-65.3878

#138cff color RGB value is (19,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001100 11111111
Octal 23 214 377
Decimal 19 140 255
Hex 13 8C FF

RGB Percentages of Color #138cff

%4.59
%33.82
%61.59

CMYK Percentages of Color #138cff

%93
%45
%0
%0

Triadic Colors of #138cff

#138cff #ff138c #8cff13

Analogous Colors of #138cff

#138cff #1316ff #13fffc

Monochromatic Colors of #138cff

#138cff

Complementary Color

#138cff #ff8613

#138cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#138cff Color CSS Codes

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

#138cff Text Font Color

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

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


#138cff Background Color

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

This div background color is #138cff


#138cff Border Color

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

This div border color is #138cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138cff


Comments

No comments written yet.

Please login to write comment.