Color Hex Logo

#127188 Color Hex

#127188
(18,113,136)
0 Favorites   0 Comments

Color spaces of #127188

RGB 18113136
HSL0.530.770.30
HSV192°87°53°
CMYK 0.870.170.00   0.47
XYZ10.598513.716425.3815
Yxy13.71640.21330.2760
Hunter Lab37.0357-13.7310-14.7080
CIE-Lab43.8234-17.1989-19.9441

#127188 color RGB value is (18,113,136).

#127188 hex color red value is 18, green value is 113 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #127188 hue: 0.53 , saturation: 0.77 and the lightness value of 127188 is 0.30.

The process color (four color CMYK) of #127188 color hex is 0.87, 0.17, 0.00, 0.47. Web safe color of #127188 is #006699. Color #127188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 10001000
Octal 22 161 210
Decimal 18 113 136
Hex 12 71 88

RGB Percentages of Color #127188

%6.74
%42.32
%50.94

CMYK Percentages of Color #127188

%87
%17
%0
%47

Triadic Colors of #127188

#127188 #881271 #718812

Analogous Colors of #127188

#127188 #123688 #128864

Monochromatic Colors of #127188

#127188

Complementary Color

#127188 #882912

#127188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127188 Color CSS Codes

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

#127188 Text Font Color

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

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


#127188 Background Color

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

This div background color is #127188


#127188 Border Color

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

This div border color is #127188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127188


Comments

No comments written yet.

Please login to write comment.