Color Hex Logo

#115cff Color Hex

#115CFF
(17,92,255)
0 Favorites   0 Comments

Color spaces of #115cff

RGB 1792255
HSL0.611.000.53
HSV221°93°100°
CMYK 0.930.640.00   0.00
XYZ22.108314.993596.3365
Yxy14.99350.16570.1124
Hunter Lab38.721434.1534-120.4048
CIE-Lab45.625341.8718-85.7520

#115cff color RGB value is (17,92,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 11111111
Octal 21 134 377
Decimal 17 92 255
Hex 11 5C FF

RGB Percentages of Color #115cff

%4.67
%25.27
%70.05

CMYK Percentages of Color #115cff

%93
%64
%0
%0

Triadic Colors of #115cff

#115cff #ff115c #5cff11

Analogous Colors of #115cff

#115cff #3d11ff #11d3ff

Monochromatic Colors of #115cff

#115cff

Complementary Color

#115cff #ffb411

#115cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#115cff Color CSS Codes

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

#115cff Text Font Color

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

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


#115cff Background Color

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

This div background color is #115cff


#115cff Border Color

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

This div border color is #115cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115cff

Related Colors


Comments

No comments written yet.

Please login to write comment.