Color Hex Logo

#115bea Color Hex

#115BEA
(17,91,234)
0 Favorites   0 Comments

Color spaces of #115bea

RGB 1791234
HSL0.610.860.49
HSV220°93°92°
CMYK 0.930.610.00   0.08
XYZ18.823513.541979.4636
Yxy13.54190.16830.1211
Hunter Lab36.799326.9071-102.2699
CIE-Lab43.568734.6840-77.3618

#115bea color RGB value is (17,91,234).

#115bea hex color red value is 17, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #115bea hue: 0.61 , saturation: 0.86 and the lightness value of 115bea is 0.49.

The process color (four color CMYK) of #115bea color hex is 0.93, 0.61, 0.00, 0.08. Web safe color of #115bea is #0066ff. Color #115bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011011 11101010
Octal 21 133 352
Decimal 17 91 234
Hex 11 5B EA

RGB Percentages of Color #115bea

%4.97
%26.61
%68.42

CMYK Percentages of Color #115bea

%93
%61
%0
%8

Triadic Colors of #115bea

#115bea #ea115b #5bea11

Analogous Colors of #115bea

#115bea #3311ea #11c8ea

Monochromatic Colors of #115bea

#115bea

Complementary Color

#115bea #eaa011

#115bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#115bea Color CSS Codes

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

#115bea Text Font Color

<p style="color:#115bea">Text here</p>

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


#115bea Background Color

<div style="background-color:#115bea">
Div content here</div>

This div background color is #115bea


#115bea Border Color

<div style="border:3px solid #115bea">
Div here</div>

This div border color is #115bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,91,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115bea;
  -webkit-box-shadow: 1px 1px 3px 2px #115bea;
  box-shadow:         1px 1px 3px 2px #115bea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,91,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115bea


Comments

No comments written yet.

Please login to write comment.