Color Hex Logo

#4850df Color Hex

#4850DF
(72,80,223)
0 Favorites   0 Comments

Color spaces of #4850df

RGB 7280223
HSL0.660.700.58
HSV237°68°87°
CMYK 0.680.640.00   0.13
XYZ18.860412.442871.2197
Yxy12.44280.18400.1214
Hunter Lab35.274433.7098-95.0158
CIE-Lab41.911442.0177-73.7635

#4850df color RGB value is (72,80,223).

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

The process color (four color CMYK) of #4850df color hex is 0.68, 0.64, 0.00, 0.13. Web safe color of #4850df is #3366cc. Color #4850df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 11011111
Octal 110 120 337
Decimal 72 80 223
Hex 48 50 DF

RGB Percentages of Color #4850df

%19.20
%21.33
%59.47

CMYK Percentages of Color #4850df

%68
%64
%0
%13

Triadic Colors of #4850df

#4850df #df4850 #50df48

Analogous Colors of #4850df

#4850df #8c48df #489cdf

Monochromatic Colors of #4850df

#4850df

Complementary Color

#4850df #dfd748

#4850df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4850df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4850df Color CSS Codes

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

#4850df Text Font Color

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

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


#4850df Background Color

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

This div background color is #4850df


#4850df Border Color

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

This div border color is #4850df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,80,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4850df


Comments

No comments written yet.

Please login to write comment.