Color Hex Logo

#0178fb Color Hex

#0178FB
(1,120,251)
0 Favorites   0 Comments

Color spaces of #0178fb

RGB 1120251
HSL0.590.990.49
HSV211°100°98°
CMYK 1.000.520.00   0.02
XYZ24.141620.404493.9328
Yxy20.40440.17430.1473
Hunter Lab45.171216.3490-91.6727
CIE-Lab52.291422.2904-72.6484

#0178fb color RGB value is (1,120,251).

#0178fb hex color red value is 1, green value is 120 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0178fb hue: 0.59 , saturation: 0.99 and the lightness value of 0178fb is 0.49.

The process color (four color CMYK) of #0178fb color hex is 1.00, 0.52, 0.00, 0.02. Web safe color of #0178fb is #0066ff. Color #0178fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111000 11111011
Octal 1 170 373
Decimal 1 120 251
Hex 1 78 FB

RGB Percentages of Color #0178fb

%0.27
%32.26
%67.47

CMYK Percentages of Color #0178fb

%100
%52
%0
%2

Triadic Colors of #0178fb

#0178fb #fb0178 #78fb01

Analogous Colors of #0178fb

#0178fb #0701fb #01f5fb

Monochromatic Colors of #0178fb

#0178fb

Complementary Color

#0178fb #fb8401

#0178fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0178fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0178fb Color CSS Codes

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

#0178fb Text Font Color

<p style="color:#0178fb">Text here</p>

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


#0178fb Background Color

<div style="background-color:#0178fb">
Div content here</div>

This div background color is #0178fb


#0178fb Border Color

<div style="border:3px solid #0178fb">
Div here</div>

This div border color is #0178fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,120,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0178fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0178fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0178fb;
  box-shadow:         1px 1px 3px 2px #0178fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,120,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 #0178fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0178fb


Comments

No comments written yet.

Please login to write comment.