Color Hex Logo

#11276f Color Hex

#11276F
(17,39,111)
0 Favorites   0 Comments

Color spaces of #11276f

RGB 1739111
HSL0.630.730.25
HSV226°85°44°
CMYK 0.850.650.00   0.56
XYZ3.82592.717915.3619
Yxy2.71790.17470.1241
Hunter Lab16.486112.5737-43.7069
CIE-Lab18.876721.0262-43.9855

#11276f color RGB value is (17,39,111).

#11276f hex color red value is 17, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11276f hue: 0.63 , saturation: 0.73 and the lightness value of 11276f is 0.25.

The process color (four color CMYK) of #11276f color hex is 0.85, 0.65, 0.00, 0.56. Web safe color of #11276f is #003366. Color #11276f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 01101111
Octal 21 47 157
Decimal 17 39 111
Hex 11 27 6F

RGB Percentages of Color #11276f

%10.18
%23.35
%66.47

CMYK Percentages of Color #11276f

%85
%65
%0
%56

Triadic Colors of #11276f

#11276f #6f1127 #276f11

Analogous Colors of #11276f

#11276f #2a116f #11566f

Monochromatic Colors of #11276f

#11276f

Complementary Color

#11276f #6f5911

#11276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11276f Color CSS Codes

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

#11276f Text Font Color

<p style="color:#11276f">Text here</p>

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


#11276f Background Color

<div style="background-color:#11276f">
Div content here</div>

This div background color is #11276f


#11276f Border Color

<div style="border:3px solid #11276f">
Div here</div>

This div border color is #11276f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,39,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11276f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11276f;
  -webkit-box-shadow: 1px 1px 3px 2px #11276f;
  box-shadow:         1px 1px 3px 2px #11276f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11276f


Comments

No comments written yet.

Please login to write comment.