Color Hex Logo

#115ffe Color Hex

#115FFE
(17,95,254)
0 Favorites   0 Comments

Color spaces of #115ffe

RGB 1795254
HSL0.610.990.53
HSV220°93°100°
CMYK 0.930.630.00   0.00
XYZ22.212815.459395.5791
Yxy15.45930.16670.1160
Hunter Lab39.318332.0361-116.6055
CIE-Lab46.257039.6328-84.1584

#115ffe color RGB value is (17,95,254).

#115ffe hex color red value is 17, green value is 95 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #115ffe hue: 0.61 , saturation: 0.99 and the lightness value of 115ffe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011111 11111110
Octal 21 137 376
Decimal 17 95 254
Hex 11 5F FE

RGB Percentages of Color #115ffe

%4.64
%25.96
%69.40

CMYK Percentages of Color #115ffe

%93
%63
%0
%0

Triadic Colors of #115ffe

#115ffe #fe115f #5ffe11

Analogous Colors of #115ffe

#115ffe #3911fe #11d6fe

Monochromatic Colors of #115ffe

#115ffe

Complementary Color

#115ffe #feb011

#115ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#115ffe Color CSS Codes

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

#115ffe Text Font Color

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

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


#115ffe Background Color

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

This div background color is #115ffe


#115ffe Border Color

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

This div border color is #115ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.