Color Hex Logo

#124dff Color Hex

#124DFF
(18,77,255)
0 Favorites   0 Comments

Color spaces of #124dff

RGB 1877255
HSL0.631.000.54
HSV225°93°100°
CMYK 0.930.700.00   0.00
XYZ20.953312.656495.9463
Yxy12.65640.16170.0977
Hunter Lab35.575842.8744-134.9992
CIE-Lab42.240951.0088-91.3276

#124dff color RGB value is (18,77,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001101 11111111
Octal 22 115 377
Decimal 18 77 255
Hex 12 4D FF

RGB Percentages of Color #124dff

%5.14
%22.00
%72.86

CMYK Percentages of Color #124dff

%93
%70
%0
%0

Triadic Colors of #124dff

#124dff #ff124d #4dff12

Analogous Colors of #124dff

#124dff #4e12ff #12c4ff

Monochromatic Colors of #124dff

#124dff

Complementary Color

#124dff #ffc412

#124dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#124dff Color CSS Codes

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

#124dff Text Font Color

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

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


#124dff Background Color

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

This div background color is #124dff


#124dff Border Color

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

This div border color is #124dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,77,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 #124dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124dff


Comments

No comments written yet.

Please login to write comment.