Color Hex Logo

#114ece Color Hex

#114ECE
(17,78,206)
0 Favorites   0 Comments

Color spaces of #114ece

RGB 1778206
HSL0.610.850.44
HSV221°92°81°
CMYK 0.920.620.00   0.19
XYZ14.096110.024259.5844
Yxy10.02420.16840.1198
Hunter Lab31.661024.0649-89.4180
CIE-Lab37.885832.3946-70.6824

#114ece color RGB value is (17,78,206).

#114ece hex color red value is 17, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #114ece hue: 0.61 , saturation: 0.85 and the lightness value of 114ece is 0.44.

The process color (four color CMYK) of #114ece color hex is 0.92, 0.62, 0.00, 0.19. Web safe color of #114ece is #0066cc. Color #114ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001110 11001110
Octal 21 116 316
Decimal 17 78 206
Hex 11 4E CE

RGB Percentages of Color #114ece

%5.65
%25.91
%68.44

CMYK Percentages of Color #114ece

%92
%62
%0
%19

Triadic Colors of #114ece

#114ece #ce114e #4ece11

Analogous Colors of #114ece

#114ece #3211ce #11adce

Monochromatic Colors of #114ece

#114ece

Complementary Color

#114ece #ce9111

#114ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#114ece Color CSS Codes

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

#114ece Text Font Color

<p style="color:#114ece">Text here</p>

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


#114ece Background Color

<div style="background-color:#114ece">
Div content here</div>

This div background color is #114ece


#114ece Border Color

<div style="border:3px solid #114ece">
Div here</div>

This div border color is #114ece


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,78,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114ece; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114ece;
  -webkit-box-shadow: 1px 1px 3px 2px #114ece;
  box-shadow:         1px 1px 3px 2px #114ece; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114ece


Comments

No comments written yet.

Please login to write comment.