Color Hex Logo

#1115ce Color Hex

#1115CE
(17,21,206)
0 Favorites   0 Comments

Color spaces of #1115ce

RGB 1721206
HSL0.660.850.44
HSV239°92°81°
CMYK 0.920.900.00   0.19
XYZ11.63995.111758.7657
Yxy5.11170.15410.0677
Hunter Lab22.609152.3319-138.2808
CIE-Lab27.050762.7351-88.6110

#1115ce color RGB value is (17,21,206).

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

The process color (four color CMYK) of #1115ce color hex is 0.92, 0.90, 0.00, 0.19. Web safe color of #1115ce is #0000cc. Color #1115ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010101 11001110
Octal 21 25 316
Decimal 17 21 206
Hex 11 15 CE

RGB Percentages of Color #1115ce

%6.97
%8.61
%84.43

CMYK Percentages of Color #1115ce

%92
%90
%0
%19

Triadic Colors of #1115ce

#1115ce #ce1115 #15ce11

Analogous Colors of #1115ce

#1115ce #6c11ce #1174ce

Monochromatic Colors of #1115ce

#1115ce

Complementary Color

#1115ce #ceca11

#1115ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1115ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1115ce Color CSS Codes

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

#1115ce Text Font Color

<p style="color:#1115ce">Text here</p>

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


#1115ce Background Color

<div style="background-color:#1115ce">
Div content here</div>

This div background color is #1115ce


#1115ce Border Color

<div style="border:3px solid #1115ce">
Div here</div>

This div border color is #1115ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1115ce


Comments

No comments written yet.

Please login to write comment.