Color Hex Logo

#4f03db Color Hex

#4F03DB
(79,3,219)
0 Favorites   0 Comments

Color spaces of #4f03db

RGB 793219
HSL0.730.970.44
HSV261°99°86°
CMYK 0.640.990.00   0.14
XYZ16.04326.841967.4929
Yxy6.84190.17750.0757
Hunter Lab26.157063.7067-134.6759
CIE-Lab31.444271.8244-88.7277

#4f03db color RGB value is (79,3,219).

#4f03db hex color red value is 79, green value is 3 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4f03db hue: 0.73 , saturation: 0.97 and the lightness value of 4f03db is 0.44.

The process color (four color CMYK) of #4f03db color hex is 0.64, 0.99, 0.00, 0.14. Web safe color of #4f03db is #6600cc. Color #4f03db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00000011 11011011
Octal 117 3 333
Decimal 79 3 219
Hex 4F 3 DB

RGB Percentages of Color #4f03db

%26.25
%1.00
%72.76

CMYK Percentages of Color #4f03db

%64
%99
%0
%14

Triadic Colors of #4f03db

#4f03db #db4f03 #03db4f

Analogous Colors of #4f03db

#4f03db #bb03db #0323db

Monochromatic Colors of #4f03db

#4f03db

Complementary Color

#4f03db #8fdb03

#4f03db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f03db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f03db Color CSS Codes

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

#4f03db Text Font Color

<p style="color:#4f03db">Text here</p>

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


#4f03db Background Color

<div style="background-color:#4f03db">
Div content here</div>

This div background color is #4f03db


#4f03db Border Color

<div style="border:3px solid #4f03db">
Div here</div>

This div border color is #4f03db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,3,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f03db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f03db;
  -webkit-box-shadow: 1px 1px 3px 2px #4f03db;
  box-shadow:         1px 1px 3px 2px #4f03db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,3,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f03db


Comments

No comments written yet.

Please login to write comment.