Color Hex Logo

#127dff Color Hex

#127DFF
(18,125,255)
0 Favorites   0 Comments

Color spaces of #127dff

RGB 18125255
HSL0.591.000.54
HSV213°93°100°
CMYK 0.930.510.00   0.00
XYZ25.633122.015897.5062
Yxy22.01580.17660.1517
Hunter Lab46.921015.4034-90.3654
CIE-Lab54.043821.1282-72.0114

#127dff color RGB value is (18,125,255).

#127dff hex color red value is 18, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #127dff hue: 0.59 , saturation: 1.00 and the lightness value of 127dff is 0.54.

The process color (four color CMYK) of #127dff color hex is 0.93, 0.51, 0.00, 0.00. Web safe color of #127dff is #0066ff. Color #127dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 11111111
Octal 22 175 377
Decimal 18 125 255
Hex 12 7D FF

RGB Percentages of Color #127dff

%4.52
%31.41
%64.07

CMYK Percentages of Color #127dff

%93
%51
%0
%0

Triadic Colors of #127dff

#127dff #ff127d #7dff12

Analogous Colors of #127dff

#127dff #1e12ff #12f4ff

Monochromatic Colors of #127dff

#127dff

Complementary Color

#127dff #ff9412

#127dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#127dff Color CSS Codes

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

#127dff Text Font Color

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

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


#127dff Background Color

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

This div background color is #127dff


#127dff Border Color

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

This div border color is #127dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127dff

Related Colors


Comments

No comments written yet.

Please login to write comment.