Color Hex Logo

#115fed Color Hex

#115FED
(17,95,237)
0 Favorites   0 Comments

Color spaces of #115fed

RGB 1795237
HSL0.610.870.50
HSV219°93°93°
CMYK 0.930.600.00   0.07
XYZ19.609414.418081.8702
Yxy14.41800.16920.1244
Hunter Lab37.971025.7335-101.2567
CIE-Lab44.826533.2631-76.9929

#115fed color RGB value is (17,95,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011111 11101101
Octal 21 137 355
Decimal 17 95 237
Hex 11 5F ED

RGB Percentages of Color #115fed

%4.87
%27.22
%67.91

CMYK Percentages of Color #115fed

%93
%60
%0
%7

Triadic Colors of #115fed

#115fed #ed115f #5fed11

Analogous Colors of #115fed

#115fed #3111ed #11cded

Monochromatic Colors of #115fed

#115fed

Complementary Color

#115fed #ed9f11

#115fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#115fed Color CSS Codes

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

#115fed Text Font Color

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

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


#115fed Background Color

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

This div background color is #115fed


#115fed Border Color

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

This div border color is #115fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115fed


Comments

No comments written yet.

Please login to write comment.