Color Hex Logo

#4850fb Color Hex

#4850FB
(72,80,251)
0 Favorites   0 Comments

Color spaces of #4850fb

RGB 7280251
HSL0.660.960.63
HSV237°71°98°
CMYK 0.710.680.00   0.02
XYZ22.953714.080192.7747
Yxy14.08010.17680.1085
Hunter Lab37.523543.5253-120.3249
CIE-Lab44.347651.2497-85.5589

#4850fb color RGB value is (72,80,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 11111011
Octal 110 120 373
Decimal 72 80 251
Hex 48 50 FB

RGB Percentages of Color #4850fb

%17.87
%19.85
%62.28

CMYK Percentages of Color #4850fb

%71
%68
%0
%2

Triadic Colors of #4850fb

#4850fb #fb4850 #50fb48

Analogous Colors of #4850fb

#4850fb #9a48fb #48aafb

Monochromatic Colors of #4850fb

#4850fb

Complementary Color

#4850fb #fbf348

#4850fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4850fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4850fb Color CSS Codes

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

#4850fb Text Font Color

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

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


#4850fb Background Color

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

This div background color is #4850fb


#4850fb Border Color

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

This div border color is #4850fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4850fb


Comments

No comments written yet.

Please login to write comment.