Color Hex Logo

#1138ce Color Hex

#1138CE
(17,56,206)
0 Favorites   0 Comments

Color spaces of #1138ce

RGB 1756206
HSL0.630.850.44
HSV228°92°81°
CMYK 0.920.730.00   0.19
XYZ12.78597.403759.1477
Yxy7.40370.16120.0933
Hunter Lab27.209736.2604-109.8360
CIE-Lab32.708846.2414-79.2077

#1138ce color RGB value is (17,56,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111000 11001110
Octal 21 70 316
Decimal 17 56 206
Hex 11 38 CE

RGB Percentages of Color #1138ce

%6.09
%20.07
%73.84

CMYK Percentages of Color #1138ce

%92
%73
%0
%19

Triadic Colors of #1138ce

#1138ce #ce1138 #38ce11

Analogous Colors of #1138ce

#1138ce #4811ce #1197ce

Monochromatic Colors of #1138ce

#1138ce

Complementary Color

#1138ce #cea711

#1138ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1138ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1138ce Color CSS Codes

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

#1138ce Text Font Color

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

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


#1138ce Background Color

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

This div background color is #1138ce


#1138ce Border Color

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

This div border color is #1138ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1138ce


Comments

No comments written yet.

Please login to write comment.