Color Hex Logo

#127884 Color Hex

#127884
(18,120,132)
0 Favorites   0 Comments

Color spaces of #127884

RGB 18120132
HSL0.520.760.29
HSV186°86°52°
CMYK 0.860.090.00   0.48
XYZ11.130815.227524.1823
Yxy15.22750.22020.3013
Hunter Lab39.0224-17.3737-9.4265
CIE-Lab45.9442-22.3768-14.3177

#127884 color RGB value is (18,120,132).

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

The process color (four color CMYK) of #127884 color hex is 0.86, 0.09, 0.00, 0.48. Web safe color of #127884 is #006699. Color #127884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111000 10000100
Octal 22 170 204
Decimal 18 120 132
Hex 12 78 84

RGB Percentages of Color #127884

%6.67
%44.44
%48.89

CMYK Percentages of Color #127884

%86
%9
%0
%48

Triadic Colors of #127884

#127884 #841278 #788412

Analogous Colors of #127884

#127884 #123f84 #128457

Monochromatic Colors of #127884

#127884

Complementary Color

#127884 #841e12

#127884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127884 Color CSS Codes

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

#127884 Text Font Color

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

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


#127884 Background Color

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

This div background color is #127884


#127884 Border Color

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

This div border color is #127884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127884


Comments

No comments written yet.

Please login to write comment.