Color Hex Logo

#4850fd Color Hex

#4850FD
(72,80,253)
0 Favorites   0 Comments

Color spaces of #4850fd

RGB 7280253
HSL0.660.980.64
HSV237°72°99°
CMYK 0.720.680.00   0.01
XYZ23.270814.206994.4442
Yxy14.20690.17640.1077
Hunter Lab37.692044.2436-122.1773
CIE-Lab44.528251.8984-86.3781

#4850fd color RGB value is (72,80,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010000 11111101
Octal 110 120 375
Decimal 72 80 253
Hex 48 50 FD

RGB Percentages of Color #4850fd

%17.78
%19.75
%62.47

CMYK Percentages of Color #4850fd

%72
%68
%0
%1

Triadic Colors of #4850fd

#4850fd #fd4850 #50fd48

Analogous Colors of #4850fd

#4850fd #9b48fd #48abfd

Monochromatic Colors of #4850fd

#4850fd

Complementary Color

#4850fd #fdf548

#4850fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4850fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4850fd Color CSS Codes

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

#4850fd Text Font Color

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

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


#4850fd Background Color

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

This div background color is #4850fd


#4850fd Border Color

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

This div border color is #4850fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4850fd


Comments

No comments written yet.

Please login to write comment.