Color Hex Logo

#127280 Color Hex

#127280
(18,114,128)
0 Favorites   0 Comments

Color spaces of #127280

RGB 18114128
HSL0.520.750.29
HSV188°86°50°
CMYK 0.860.110.00   0.50
XYZ10.163013.721722.5350
Yxy13.72170.21890.2956
Hunter Lab37.0428-15.8520-10.1391
CIE-Lab43.8311-20.5746-15.1459

#127280 color RGB value is (18,114,128).

#127280 hex color red value is 18, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #127280 hue: 0.52 , saturation: 0.75 and the lightness value of 127280 is 0.29.

The process color (four color CMYK) of #127280 color hex is 0.86, 0.11, 0.00, 0.50. Web safe color of #127280 is #006699. Color #127280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 10000000
Octal 22 162 200
Decimal 18 114 128
Hex 12 72 80

RGB Percentages of Color #127280

%6.92
%43.85
%49.23

CMYK Percentages of Color #127280

%86
%11
%0
%50

Triadic Colors of #127280

#127280 #801272 #728012

Analogous Colors of #127280

#127280 #123b80 #128057

Monochromatic Colors of #127280

#127280

Complementary Color

#127280 #802012

#127280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127280 Color CSS Codes

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

#127280 Text Font Color

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

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


#127280 Background Color

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

This div background color is #127280


#127280 Border Color

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

This div border color is #127280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127280


Comments

No comments written yet.

Please login to write comment.