Color Hex Logo

#114cc5 Color Hex

#114CC5
(17,76,197)
0 Favorites   0 Comments

Color spaces of #114cc5

RGB 1776197
HSL0.610.840.42
HSV220°91°77°
CMYK 0.910.610.00   0.23
XYZ12.89379.319353.9426
Yxy9.31930.16930.1224
Hunter Lab30.527521.9686-83.3970
CIE-Lab36.591930.2219-67.5780

#114cc5 color RGB value is (17,76,197).

#114cc5 hex color red value is 17, green value is 76 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #114cc5 hue: 0.61 , saturation: 0.84 and the lightness value of 114cc5 is 0.42.

The process color (four color CMYK) of #114cc5 color hex is 0.91, 0.61, 0.00, 0.23. Web safe color of #114cc5 is #0033cc. Color #114cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001100 11000101
Octal 21 114 305
Decimal 17 76 197
Hex 11 4C C5

RGB Percentages of Color #114cc5

%5.86
%26.21
%67.93

CMYK Percentages of Color #114cc5

%91
%61
%0
%23

Triadic Colors of #114cc5

#114cc5 #c5114c #4cc511

Analogous Colors of #114cc5

#114cc5 #3011c5 #11a6c5

Monochromatic Colors of #114cc5

#114cc5

Complementary Color

#114cc5 #c58a11

#114cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114cc5 Color CSS Codes

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

#114cc5 Text Font Color

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

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


#114cc5 Background Color

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

This div background color is #114cc5


#114cc5 Border Color

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

This div border color is #114cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114cc5


Comments

No comments written yet.

Please login to write comment.