Color Hex Logo

#4f01db Color Hex

#4F01DB
(79,1,219)
0 Favorites   0 Comments

Color spaces of #4f01db

RGB 791219
HSL0.730.990.43
HSV261°100°86°
CMYK 0.641.000.00   0.14
XYZ16.02156.798467.4856
Yxy6.79840.17740.0753
Hunter Lab26.073764.0536-135.2063
CIE-Lab31.343572.1340-88.8953

#4f01db color RGB value is (79,1,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 00000001 11011011
Octal 117 1 333
Decimal 79 1 219
Hex 4F 1 DB

RGB Percentages of Color #4f01db

%26.42
%0.33
%73.24

CMYK Percentages of Color #4f01db

%64
%100
%0
%14

Triadic Colors of #4f01db

#4f01db #db4f01 #01db4f

Analogous Colors of #4f01db

#4f01db #bc01db #0120db

Monochromatic Colors of #4f01db

#4f01db

Complementary Color

#4f01db #8ddb01

#4f01db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f01db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f01db Color CSS Codes

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

#4f01db Text Font Color

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

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


#4f01db Background Color

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

This div background color is #4f01db


#4f01db Border Color

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

This div border color is #4f01db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f01db


Comments

No comments written yet.

Please login to write comment.