Color Hex Logo

#115ffc Color Hex

#115FFC
(17,95,252)
0 Favorites   0 Comments

Color spaces of #115ffc

RGB 1795252
HSL0.610.980.53
HSV220°93°99°
CMYK 0.930.620.00   0.01
XYZ21.894115.331993.9009
Yxy15.33190.16700.1169
Hunter Lab39.156031.2855-114.7756
CIE-Lab46.085538.8919-83.3267

#115ffc color RGB value is (17,95,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011111 11111100
Octal 21 137 374
Decimal 17 95 252
Hex 11 5F FC

RGB Percentages of Color #115ffc

%4.67
%26.10
%69.23

CMYK Percentages of Color #115ffc

%93
%62
%0
%1

Triadic Colors of #115ffc

#115ffc #fc115f #5ffc11

Analogous Colors of #115ffc

#115ffc #3911fc #11d5fc

Monochromatic Colors of #115ffc

#115ffc

Complementary Color

#115ffc #fcae11

#115ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#115ffc Color CSS Codes

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

#115ffc Text Font Color

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

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


#115ffc Background Color

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

This div background color is #115ffc


#115ffc Border Color

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

This div border color is #115ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115ffc


Comments

No comments written yet.

Please login to write comment.