Color Hex Logo

#115272 Color Hex

#115272
(17,82,114)
0 Favorites   0 Comments

Color spaces of #115272

RGB 1782114
HSL0.550.740.26
HSV200°85°45°
CMYK 0.850.280.00   0.55
XYZ6.28577.368717.0106
Yxy7.36870.20500.2403
Hunter Lab27.1453-6.1714-18.1523
CIE-Lab32.6319-7.4233-23.8686

#115272 color RGB value is (17,82,114).

#115272 hex color red value is 17, green value is 82 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #115272 hue: 0.55 , saturation: 0.74 and the lightness value of 115272 is 0.26.

The process color (four color CMYK) of #115272 color hex is 0.85, 0.28, 0.00, 0.55. Web safe color of #115272 is #006666. Color #115272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 01110010
Octal 21 122 162
Decimal 17 82 114
Hex 11 52 72

RGB Percentages of Color #115272

%7.98
%38.50
%53.52

CMYK Percentages of Color #115272

%85
%28
%0
%55

Triadic Colors of #115272

#115272 #721152 #527211

Analogous Colors of #115272

#115272 #112172 #117262

Monochromatic Colors of #115272

#115272

Complementary Color

#115272 #723111

#115272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115272 Color CSS Codes

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

#115272 Text Font Color

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

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


#115272 Background Color

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

This div background color is #115272


#115272 Border Color

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

This div border color is #115272


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,82,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115272; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115272;
  -webkit-box-shadow: 1px 1px 3px 2px #115272;
  box-shadow:         1px 1px 3px 2px #115272; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115272


Comments

No comments written yet.

Please login to write comment.