Color Hex Logo

#4804fb Color Hex

#4804FB
(72,4,251)
0 Favorites   0 Comments

Color spaces of #4804fb

RGB 724251
HSL0.710.970.50
HSV257°98°98°
CMYK 0.710.980.00   0.02
XYZ20.12858.429691.8330
Yxy8.42960.16720.0700
Hunter Lab29.033872.9412-167.2089
CIE-Lab34.862078.7978-101.2696

#4804fb color RGB value is (72,4,251).

#4804fb hex color red value is 72, green value is 4 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4804fb hue: 0.71 , saturation: 0.97 and the lightness value of 4804fb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000100 11111011
Octal 110 4 373
Decimal 72 4 251
Hex 48 4 FB

RGB Percentages of Color #4804fb

%22.02
%1.22
%76.76

CMYK Percentages of Color #4804fb

%71
%98
%0
%2

Triadic Colors of #4804fb

#4804fb #fb4804 #04fb48

Analogous Colors of #4804fb

#4804fb #c404fb #043cfb

Monochromatic Colors of #4804fb

#4804fb

Complementary Color

#4804fb #b7fb04

#4804fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4804fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4804fb Color CSS Codes

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

#4804fb Text Font Color

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

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


#4804fb Background Color

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

This div background color is #4804fb


#4804fb Border Color

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

This div border color is #4804fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4804fb


Comments

No comments written yet.

Please login to write comment.