Color Hex Logo

#150fbe Color Hex

#150FBE
(21,15,190)
0 Favorites   0 Comments

Color spaces of #150fbe

RGB 2115190
HSL0.670.850.40
HSV242°92°75°
CMYK 0.890.920.00   0.25
XYZ9.77434.218849.0143
Yxy4.21880.15510.0670
Hunter Lab20.539748.9989-127.1070
CIE-Lab24.382060.1931-83.6554

#150fbe color RGB value is (21,15,190).

#150fbe hex color red value is 21, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #150fbe hue: 0.67 , saturation: 0.85 and the lightness value of 150fbe is 0.40.

The process color (four color CMYK) of #150fbe color hex is 0.89, 0.92, 0.00, 0.25. Web safe color of #150fbe is #0000cc. Color #150fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001111 10111110
Octal 25 17 276
Decimal 21 15 190
Hex 15 F BE

RGB Percentages of Color #150fbe

%9.29
%6.64
%84.07

CMYK Percentages of Color #150fbe

%89
%92
%0
%25

Triadic Colors of #150fbe

#150fbe #be150f #0fbe15

Analogous Colors of #150fbe

#150fbe #6d0fbe #0f61be

Monochromatic Colors of #150fbe

#150fbe

Complementary Color

#150fbe #b8be0f

#150fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#150fbe Color CSS Codes

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

#150fbe Text Font Color

<p style="color:#150fbe">Text here</p>

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


#150fbe Background Color

<div style="background-color:#150fbe">
Div content here</div>

This div background color is #150fbe


#150fbe Border Color

<div style="border:3px solid #150fbe">
Div here</div>

This div border color is #150fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,15,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #150fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #150fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #150fbe;
  box-shadow:         1px 1px 3px 2px #150fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,15,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150fbe


Comments

No comments written yet.

Please login to write comment.