Color Hex Logo

#127892 Color Hex

#127892
(18,120,146)
0 Favorites   0 Comments

Color spaces of #127892

RGB 18120146
HSL0.530.780.32
HSV192°88°57°
CMYK 0.880.180.00   0.43
XYZ12.154215.636929.5717
Yxy15.63690.21190.2726
Hunter Lab39.5435-14.3369-16.6582
CIE-Lab46.4945-17.4701-21.7705

#127892 color RGB value is (18,120,146).

#127892 hex color red value is 18, green value is 120 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #127892 hue: 0.53 , saturation: 0.78 and the lightness value of 127892 is 0.32.

The process color (four color CMYK) of #127892 color hex is 0.88, 0.18, 0.00, 0.43. Web safe color of #127892 is #006699. Color #127892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111000 10010010
Octal 22 170 222
Decimal 18 120 146
Hex 12 78 92

RGB Percentages of Color #127892

%6.34
%42.25
%51.41

CMYK Percentages of Color #127892

%88
%18
%0
%43

Triadic Colors of #127892

#127892 #921278 #789212

Analogous Colors of #127892

#127892 #123892 #12926c

Monochromatic Colors of #127892

#127892

Complementary Color

#127892 #922c12

#127892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127892 Color CSS Codes

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

#127892 Text Font Color

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

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


#127892 Background Color

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

This div background color is #127892


#127892 Border Color

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

This div border color is #127892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127892


Comments

No comments written yet.

Please login to write comment.