Color Hex Logo

#124aff Color Hex

#124AFF
(18,74,255)
0 Favorites   0 Comments

Color spaces of #124aff

RGB 1874255
HSL0.631.000.54
HSV226°93°100°
CMYK 0.930.710.00   0.00
XYZ20.748212.246295.8779
Yxy12.24620.16100.0950
Hunter Lab34.994644.5917-137.9462
CIE-Lab41.604852.7619-92.3788

#124aff color RGB value is (18,74,255).

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

The process color (four color CMYK) of #124aff color hex is 0.93, 0.71, 0.00, 0.00. Web safe color of #124aff is #0033ff. Color #124aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001010 11111111
Octal 22 112 377
Decimal 18 74 255
Hex 12 4A FF

RGB Percentages of Color #124aff

%5.19
%21.33
%73.49

CMYK Percentages of Color #124aff

%93
%71
%0
%0

Triadic Colors of #124aff

#124aff #ff124a #4aff12

Analogous Colors of #124aff

#124aff #5012ff #12c1ff

Monochromatic Colors of #124aff

#124aff

Complementary Color

#124aff #ffc712

#124aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#124aff Color CSS Codes

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

#124aff Text Font Color

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

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


#124aff Background Color

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

This div background color is #124aff


#124aff Border Color

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

This div border color is #124aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124aff


Comments

No comments written yet.

Please login to write comment.