Color Hex Logo

#4f73dd Color Hex

#4F73DD
(79,115,221)
0 Favorites   0 Comments

Color spaces of #4f73dd

RGB 79115221
HSL0.620.680.59
HSV225°64°87°
CMYK 0.640.480.00   0.13
XYZ22.406319.144270.9209
Yxy19.14420.19920.1702
Hunter Lab43.754114.8395-65.4752
CIE-Lab50.855520.7032-58.0996

#4f73dd color RGB value is (79,115,221).

#4f73dd hex color red value is 79, green value is 115 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4f73dd hue: 0.62 , saturation: 0.68 and the lightness value of 4f73dd is 0.59.

The process color (four color CMYK) of #4f73dd color hex is 0.64, 0.48, 0.00, 0.13. Web safe color of #4f73dd is #6666cc. Color #4f73dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110011 11011101
Octal 117 163 335
Decimal 79 115 221
Hex 4F 73 DD

RGB Percentages of Color #4f73dd

%19.04
%27.71
%53.25

CMYK Percentages of Color #4f73dd

%64
%48
%0
%13

Triadic Colors of #4f73dd

#4f73dd #dd4f73 #73dd4f

Analogous Colors of #4f73dd

#4f73dd #724fdd #4fbadd

Monochromatic Colors of #4f73dd

#4f73dd

Complementary Color

#4f73dd #ddb94f

#4f73dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f73dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f73dd Color CSS Codes

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

#4f73dd Text Font Color

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

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


#4f73dd Background Color

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

This div background color is #4f73dd


#4f73dd Border Color

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

This div border color is #4f73dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f73dd


Comments

No comments written yet.

Please login to write comment.