Color Hex Logo

#1126cd Color Hex

#1126CD
(17,38,205)
0 Favorites   0 Comments

Color spaces of #1126cd

RGB 1738205
HSL0.650.850.44
HSV233°92°80°
CMYK 0.920.810.00   0.20
XYZ11.94375.913258.2695
Yxy5.91320.15690.0777
Hunter Lab24.317145.1181-125.0510
CIE-Lab29.192455.6450-84.4588

#1126cd color RGB value is (17,38,205).

#1126cd hex color red value is 17, green value is 38 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1126cd hue: 0.65 , saturation: 0.85 and the lightness value of 1126cd is 0.44.

The process color (four color CMYK) of #1126cd color hex is 0.92, 0.81, 0.00, 0.20. Web safe color of #1126cd is #0033cc. Color #1126cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 11001101
Octal 21 46 315
Decimal 17 38 205
Hex 11 26 CD

RGB Percentages of Color #1126cd

%6.54
%14.62
%78.85

CMYK Percentages of Color #1126cd

%92
%81
%0
%20

Triadic Colors of #1126cd

#1126cd #cd1126 #26cd11

Analogous Colors of #1126cd

#1126cd #5a11cd #1184cd

Monochromatic Colors of #1126cd

#1126cd

Complementary Color

#1126cd #cdb811

#1126cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1126cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1126cd Color CSS Codes

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

#1126cd Text Font Color

<p style="color:#1126cd">Text here</p>

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


#1126cd Background Color

<div style="background-color:#1126cd">
Div content here</div>

This div background color is #1126cd


#1126cd Border Color

<div style="border:3px solid #1126cd">
Div here</div>

This div border color is #1126cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,38,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1126cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1126cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1126cd;
  box-shadow:         1px 1px 3px 2px #1126cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1126cd


Comments

No comments written yet.

Please login to write comment.