Color Hex Logo

#148bff Color Hex

#148BFF
(20,139,255)
0 Favorites   0 Comments

Color spaces of #148bff

RGB 20139255
HSL0.581.000.54
HSV210°92°100°
CMYK 0.920.450.00   0.00
XYZ27.571125.834098.1410
Yxy25.83400.18190.1705
Hunter Lab50.82727.8795-78.9027
CIE-Lab57.879112.5406-65.8161

#148bff color RGB value is (20,139,255).

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

The process color (four color CMYK) of #148bff color hex is 0.92, 0.45, 0.00, 0.00. Web safe color of #148bff is #0099ff. Color #148bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001011 11111111
Octal 24 213 377
Decimal 20 139 255
Hex 14 8B FF

RGB Percentages of Color #148bff

%4.83
%33.57
%61.59

CMYK Percentages of Color #148bff

%92
%45
%0
%0

Triadic Colors of #148bff

#148bff #ff148b #8bff14

Analogous Colors of #148bff

#148bff #1415ff #14fffe

Monochromatic Colors of #148bff

#148bff

Complementary Color

#148bff #ff8814

#148bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#148bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#148bff Color CSS Codes

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

#148bff Text Font Color

<p style="color:#148bff">Text here</p>

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


#148bff Background Color

<div style="background-color:#148bff">
Div content here</div>

This div background color is #148bff


#148bff Border Color

<div style="border:3px solid #148bff">
Div here</div>

This div border color is #148bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,139,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #148bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #148bff;
  -webkit-box-shadow: 1px 1px 3px 2px #148bff;
  box-shadow:         1px 1px 3px 2px #148bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,139,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 #148bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #148bff

Related Colors


Comments

No comments written yet.

Please login to write comment.