Color Hex Logo

#158be1 Color Hex

#158BE1
(21,139,225)
0 Favorites   0 Comments

Color spaces of #158be1

RGB 21139225
HSL0.570.830.48
HSV205°91°88°
CMYK 0.910.380.00   0.12
XYZ23.132524.060974.6592
Yxy24.06090.18980.1975
Hunter Lab49.0519-1.6616-55.9057
CIE-Lab56.14871.1891-51.9674

#158be1 color RGB value is (21,139,225).

#158be1 hex color red value is 21, green value is 139 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #158be1 hue: 0.57 , saturation: 0.83 and the lightness value of 158be1 is 0.48.

The process color (four color CMYK) of #158be1 color hex is 0.91, 0.38, 0.00, 0.12. Web safe color of #158be1 is #0099cc. Color #158be1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001011 11100001
Octal 25 213 341
Decimal 21 139 225
Hex 15 8B E1

RGB Percentages of Color #158be1

%5.45
%36.10
%58.44

CMYK Percentages of Color #158be1

%91
%38
%0
%12

Triadic Colors of #158be1

#158be1 #e1158b #8be115

Analogous Colors of #158be1

#158be1 #1525e1 #15e1d1

Monochromatic Colors of #158be1

#158be1

Complementary Color

#158be1 #e16b15

#158be1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#158be1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#158be1 Color CSS Codes

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

#158be1 Text Font Color

<p style="color:#158be1">Text here</p>

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


#158be1 Background Color

<div style="background-color:#158be1">
Div content here</div>

This div background color is #158be1


#158be1 Border Color

<div style="border:3px solid #158be1">
Div here</div>

This div border color is #158be1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,139,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #158be1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #158be1;
  -webkit-box-shadow: 1px 1px 3px 2px #158be1;
  box-shadow:         1px 1px 3px 2px #158be1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #158be1


Comments

No comments written yet.

Please login to write comment.