color codes Logo

#0e71fb color codes

#0E71FB
(14,113,251)
0 Favorites   0 Comments

Color spaces of #0e71fb

RGB 14113251
HSL0.600.970.52
HSV215°94°98°
CMYK 0.940.550.00   0.02
XYZ23.498818.868793.6703
Yxy18.86870.17270.1387
Hunter Lab43.438120.5468-97.4467
CIE-Lab50.533227.0329-75.5022

#0e71fb color RGB value is (14,113,251).

#0e71fb hex color red value is 14, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0e71fb hue: 0.60 , saturation: 0.97 and the lightness value of 0e71fb is 0.52.

The process color (four color CMYK) of #0e71fb color code is 0.94, 0.55, 0.00, 0.02. Web safe color of #0e71fb is #0066ff. Color #0e71fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110001 11111011
Octal 16 161 373
Decimal 14 113 251
Hex E 71 FB

RGB Percentages of Color #0e71fb

%3.70
%29.89
%66.40

CMYK Percentages of Color #0e71fb

%94
%55
%0
%2

Triadic Colors of #0e71fb

#0e71fb #fb0e71 #71fb0e

Analogous Colors of #0e71fb

#0e71fb #210efb #0ee8fb

Monochromatic Colors of #0e71fb

#0e71fb

Complementary Color

#0e71fb #fb980e

#0e71fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e71fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e71fb Color CSS Codes

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

#0e71fb Text Font Color

<p style="color:#0e71fb">Text here</p>

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


#0e71fb Background Color

<div style="background-color:#0e71fb">
Div content here</div>

This div background color is #0e71fb


#0e71fb Border Color

<div style="border:3px solid #0e71fb">
Div here</div>

This div border color is #0e71fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,113,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e71fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e71fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0e71fb;
  box-shadow:         1px 1px 3px 2px #0e71fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,113,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e71fb


Comments

No comments written yet.

Please login to write comment.