Color Hex Logo

#125ff8 Color Hex

#125FF8
(18,95,248)
0 Favorites   0 Comments

Color spaces of #125ff8

RGB 1895248
HSL0.610.940.52
HSV220°93°97°
CMYK 0.930.620.00   0.03
XYZ21.284915.090390.5978
Yxy15.09030.16760.1188
Hunter Lab38.846229.8241-111.0847
CIE-Lab45.757637.4355-81.6330

#125ff8 color RGB value is (18,95,248).

#125ff8 hex color red value is 18, green value is 95 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #125ff8 hue: 0.61 , saturation: 0.94 and the lightness value of 125ff8 is 0.52.

The process color (four color CMYK) of #125ff8 color hex is 0.93, 0.62, 0.00, 0.03. Web safe color of #125ff8 is #0066ff. Color #125ff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 11111000
Octal 22 137 370
Decimal 18 95 248
Hex 12 5F F8

RGB Percentages of Color #125ff8

%4.99
%26.32
%68.70

CMYK Percentages of Color #125ff8

%93
%62
%0
%3

Triadic Colors of #125ff8

#125ff8 #f8125f #5ff812

Analogous Colors of #125ff8

#125ff8 #3812f8 #12d2f8

Monochromatic Colors of #125ff8

#125ff8

Complementary Color

#125ff8 #f8ab12

#125ff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125ff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#125ff8 Color CSS Codes

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

#125ff8 Text Font Color

<p style="color:#125ff8">Text here</p>

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


#125ff8 Background Color

<div style="background-color:#125ff8">
Div content here</div>

This div background color is #125ff8


#125ff8 Border Color

<div style="border:3px solid #125ff8">
Div here</div>

This div border color is #125ff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125ff8

Related Colors


Comments

No comments written yet.

Please login to write comment.