color codes Logo

#1137ce color codes

#1137CE
(17,55,206)
0 Favorites   0 Comments

Color spaces of #1137ce

RGB 1755206
HSL0.630.850.44
HSV228°92°81°
CMYK 0.920.730.00   0.19
XYZ12.73797.307859.1317
Yxy7.30780.16090.0923
Hunter Lab27.032936.8014-110.7675
CIE-Lab32.497646.8309-79.5571

#1137ce color RGB value is (17,55,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 11001110
Octal 21 67 316
Decimal 17 55 206
Hex 11 37 CE

RGB Percentages of Color #1137ce

%6.12
%19.78
%74.10

CMYK Percentages of Color #1137ce

%92
%73
%0
%19

Triadic Colors of #1137ce

#1137ce #ce1137 #37ce11

Analogous Colors of #1137ce

#1137ce #4911ce #1196ce

Monochromatic Colors of #1137ce

#1137ce

Complementary Color

#1137ce #cea811

#1137ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1137ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1137ce Color CSS Codes

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

#1137ce Text Font Color

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

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


#1137ce Background Color

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

This div background color is #1137ce


#1137ce Border Color

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

This div border color is #1137ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1137ce


Comments

No comments written yet.

Please login to write comment.