Color Hex Logo

#127290 Color Hex

#127290
(18,114,144)
0 Favorites   0 Comments

Color spaces of #127290

RGB 18114144
HSL0.540.780.32
HSV194°88°56°
CMYK 0.880.210.00   0.44
XYZ11.300814.176828.5263
Yxy14.17680.20930.2625
Hunter Lab37.6521-12.3166-18.5633
CIE-Lab44.4854-14.8498-23.6898

#127290 color RGB value is (18,114,144).

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

The process color (four color CMYK) of #127290 color hex is 0.88, 0.21, 0.00, 0.44. Web safe color of #127290 is #006699. Color #127290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 10010000
Octal 22 162 220
Decimal 18 114 144
Hex 12 72 90

RGB Percentages of Color #127290

%6.52
%41.30
%52.17

CMYK Percentages of Color #127290

%88
%21
%0
%44

Triadic Colors of #127290

#127290 #901272 #729012

Analogous Colors of #127290

#127290 #123390 #12906f

Monochromatic Colors of #127290

#127290

Complementary Color

#127290 #903012

#127290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127290 Color CSS Codes

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

#127290 Text Font Color

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

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


#127290 Background Color

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

This div background color is #127290


#127290 Border Color

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

This div border color is #127290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127290


Comments

No comments written yet.

Please login to write comment.