Color Hex Logo

#1184fe Color Hex

#1184FE
(17,132,254)
0 Favorites   0 Comments

Color spaces of #1184fe

RGB 17132254
HSL0.590.990.53
HSV211°93°100°
CMYK 0.930.480.00   0.00
XYZ26.371823.777596.9655
Yxy23.77750.17930.1616
Hunter Lab48.762211.2034-83.7670
CIE-Lab55.864316.3547-68.5155

#1184fe color RGB value is (17,132,254).

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

The process color (four color CMYK) of #1184fe color hex is 0.93, 0.48, 0.00, 0.00. Web safe color of #1184fe is #0099ff. Color #1184fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000100 11111110
Octal 21 204 376
Decimal 17 132 254
Hex 11 84 FE

RGB Percentages of Color #1184fe

%4.22
%32.75
%63.03

CMYK Percentages of Color #1184fe

%93
%48
%0
%0

Triadic Colors of #1184fe

#1184fe #fe1184 #84fe11

Analogous Colors of #1184fe

#1184fe #1511fe #11fbfe

Monochromatic Colors of #1184fe

#1184fe

Complementary Color

#1184fe #fe8b11

#1184fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1184fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1184fe Color CSS Codes

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

#1184fe Text Font Color

<p style="color:#1184fe">Text here</p>

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


#1184fe Background Color

<div style="background-color:#1184fe">
Div content here</div>

This div background color is #1184fe


#1184fe Border Color

<div style="border:3px solid #1184fe">
Div here</div>

This div border color is #1184fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,132,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 #1184fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1184fe


Comments

No comments written yet.

Please login to write comment.