Color Hex Logo

#127aea Color Hex

#127AEA
(18,122,234)
0 Favorites   0 Comments

Color spaces of #127aea

RGB 18122234
HSL0.590.860.49
HSV211°92°92°
CMYK 0.920.480.00   0.08
XYZ22.060319.988280.5373
Yxy19.98820.18000.1631
Hunter Lab44.70829.8378-75.5093
CIE-Lab51.823914.9311-63.9361

#127aea color RGB value is (18,122,234).

#127aea hex color red value is 18, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #127aea hue: 0.59 , saturation: 0.86 and the lightness value of 127aea is 0.49.

The process color (four color CMYK) of #127aea color hex is 0.92, 0.48, 0.00, 0.08. Web safe color of #127aea is #0066ff. Color #127aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 11101010
Octal 22 172 352
Decimal 18 122 234
Hex 12 7A EA

RGB Percentages of Color #127aea

%4.81
%32.62
%62.57

CMYK Percentages of Color #127aea

%92
%48
%0
%8

Triadic Colors of #127aea

#127aea #ea127a #7aea12

Analogous Colors of #127aea

#127aea #1612ea #12e6ea

Monochromatic Colors of #127aea

#127aea

Complementary Color

#127aea #ea8212

#127aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#127aea Color CSS Codes

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

#127aea Text Font Color

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

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


#127aea Background Color

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

This div background color is #127aea


#127aea Border Color

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

This div border color is #127aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127aea


Comments

No comments written yet.

Please login to write comment.