Color Hex Logo

#4886fb Color Hex

#4886FB
(72,134,251)
0 Favorites   0 Comments

Color spaces of #4886fb

RGB 72134251
HSL0.610.960.63
HSV219°71°98°
CMYK 0.710.470.00   0.02
XYZ28.610225.392994.6602
Yxy25.39290.19240.1708
Hunter Lab50.391413.1603-76.1023
CIE-Lab57.456318.4703-64.2336

#4886fb color RGB value is (72,134,251).

#4886fb hex color red value is 72, green value is 134 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4886fb hue: 0.61 , saturation: 0.96 and the lightness value of 4886fb is 0.63.

The process color (four color CMYK) of #4886fb color hex is 0.71, 0.47, 0.00, 0.02. Web safe color of #4886fb is #3399ff. Color #4886fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000110 11111011
Octal 110 206 373
Decimal 72 134 251
Hex 48 86 FB

RGB Percentages of Color #4886fb

%15.75
%29.32
%54.92

CMYK Percentages of Color #4886fb

%71
%47
%0
%2

Triadic Colors of #4886fb

#4886fb #fb4886 #86fb48

Analogous Colors of #4886fb

#4886fb #6348fb #48e0fb

Monochromatic Colors of #4886fb

#4886fb

Complementary Color

#4886fb #fbbd48

#4886fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4886fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4886fb Color CSS Codes

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

#4886fb Text Font Color

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

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


#4886fb Background Color

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

This div background color is #4886fb


#4886fb Border Color

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

This div border color is #4886fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4886fb


Comments

No comments written yet.

Please login to write comment.