Color Hex Logo

#127abe Color Hex

#127ABE
(18,122,190)
0 Favorites   0 Comments

Color spaces of #127abe

RGB 18122190
HSL0.570.830.41
HSV204°91°75°
CMYK 0.910.360.00   0.25
XYZ16.503317.765451.2744
Yxy17.76540.19290.2077
Hunter Lab42.1490-3.8697-42.6221
CIE-Lab49.2103-2.1368-43.1686

#127abe color RGB value is (18,122,190).

#127abe hex color red value is 18, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #127abe hue: 0.57 , saturation: 0.83 and the lightness value of 127abe is 0.41.

The process color (four color CMYK) of #127abe color hex is 0.91, 0.36, 0.00, 0.25. Web safe color of #127abe is #0066cc. Color #127abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 10111110
Octal 22 172 276
Decimal 18 122 190
Hex 12 7A BE

RGB Percentages of Color #127abe

%5.45
%36.97
%57.58

CMYK Percentages of Color #127abe

%91
%36
%0
%25

Triadic Colors of #127abe

#127abe #be127a #7abe12

Analogous Colors of #127abe

#127abe #1224be #12beac

Monochromatic Colors of #127abe

#127abe

Complementary Color

#127abe #be5612

#127abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#127abe Color CSS Codes

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

#127abe Text Font Color

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

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


#127abe Background Color

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

This div background color is #127abe


#127abe Border Color

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

This div border color is #127abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,122,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127abe;
  -webkit-box-shadow: 1px 1px 3px 2px #127abe;
  box-shadow:         1px 1px 3px 2px #127abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127abe


Comments

No comments written yet.

Please login to write comment.