Color Hex Logo

#119fe5 Color Hex

#119FE5
(17,159,229)
0 Favorites   0 Comments

Color spaces of #119fe5

RGB 17159229
HSL0.560.860.48
HSV200°93°90°
CMYK 0.930.310.00   0.10
XYZ26.772230.572678.6188
Yxy30.57260.19690.2249
Hunter Lab55.2925-10.3335-45.5980
CIE-Lab62.1452-9.0757-44.6930

#119fe5 color RGB value is (17,159,229).

#119fe5 hex color red value is 17, green value is 159 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #119fe5 hue: 0.56 , saturation: 0.86 and the lightness value of 119fe5 is 0.48.

The process color (four color CMYK) of #119fe5 color hex is 0.93, 0.31, 0.00, 0.10. Web safe color of #119fe5 is #0099cc. Color #119fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 11100101
Octal 21 237 345
Decimal 17 159 229
Hex 11 9F E5

RGB Percentages of Color #119fe5

%4.20
%39.26
%56.54

CMYK Percentages of Color #119fe5

%93
%31
%0
%10

Triadic Colors of #119fe5

#119fe5 #e5119f #9fe511

Analogous Colors of #119fe5

#119fe5 #1135e5 #11e5c1

Monochromatic Colors of #119fe5

#119fe5

Complementary Color

#119fe5 #e55711

#119fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119fe5 Color CSS Codes

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

#119fe5 Text Font Color

<p style="color:#119fe5">Text here</p>

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


#119fe5 Background Color

<div style="background-color:#119fe5">
Div content here</div>

This div background color is #119fe5


#119fe5 Border Color

<div style="border:3px solid #119fe5">
Div here</div>

This div border color is #119fe5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,159,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119fe5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119fe5;
  -webkit-box-shadow: 1px 1px 3px 2px #119fe5;
  box-shadow:         1px 1px 3px 2px #119fe5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119fe5


Comments

No comments written yet.

Please login to write comment.