Color Hex Logo

#5f79db Color Hex

#5F79DB
(95,121,219)
0 Favorites   0 Comments

Color spaces of #5f79db

RGB 95121219
HSL0.630.630.62
HSV227°57°86°
CMYK 0.570.450.00   0.14
XYZ24.342921.222169.8311
Yxy21.22210.21100.1839
Hunter Lab46.067513.7047-57.6272
CIE-Lab53.191719.2873-53.1790

#5f79db color RGB value is (95,121,219).

#5f79db hex color red value is 95, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5f79db hue: 0.63 , saturation: 0.63 and the lightness value of 5f79db is 0.62.

The process color (four color CMYK) of #5f79db color hex is 0.57, 0.45, 0.00, 0.14. Web safe color of #5f79db is #6666cc. Color #5f79db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01111001 11011011
Octal 137 171 333
Decimal 95 121 219
Hex 5F 79 DB

RGB Percentages of Color #5f79db

%21.84
%27.82
%50.34

CMYK Percentages of Color #5f79db

%57
%45
%0
%14

Triadic Colors of #5f79db

#5f79db #db5f79 #79db5f

Analogous Colors of #5f79db

#5f79db #835fdb #5fb7db

Monochromatic Colors of #5f79db

#5f79db

Complementary Color

#5f79db #dbc15f

#5f79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f79db Color CSS Codes

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

#5f79db Text Font Color

<p style="color:#5f79db">Text here</p>

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


#5f79db Background Color

<div style="background-color:#5f79db">
Div content here</div>

This div background color is #5f79db


#5f79db Border Color

<div style="border:3px solid #5f79db">
Div here</div>

This div border color is #5f79db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,121,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 #5f79db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f79db


Comments

No comments written yet.

Please login to write comment.