Color Hex Logo

#4f377f Color Hex

#4F377F
(79,55,127)
0 Favorites   0 Comments

Color spaces of #4f377f

RGB 7955127
HSL0.720.400.36
HSV260°57°50°
CMYK 0.380.570.00   0.50
XYZ8.42145.926920.7788
Yxy5.92690.23970.1687
Hunter Lab24.345219.1418-33.5627
CIE-Lab29.227327.9592-37.1683

#4f377f color RGB value is (79,55,127).

#4f377f hex color red value is 79, green value is 55 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #4f377f hue: 0.72 , saturation: 0.40 and the lightness value of 4f377f is 0.36.

The process color (four color CMYK) of #4f377f color hex is 0.38, 0.57, 0.00, 0.50. Web safe color of #4f377f is #663366. Color #4f377f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00110111 01111111
Octal 117 67 177
Decimal 79 55 127
Hex 4F 37 7F

RGB Percentages of Color #4f377f

%30.27
%21.07
%48.66

CMYK Percentages of Color #4f377f

%38
%57
%0
%50

Triadic Colors of #4f377f

#4f377f #7f4f37 #377f4f

Analogous Colors of #4f377f

#4f377f #73377f #37437f

Monochromatic Colors of #4f377f

#4f377f

Complementary Color

#4f377f #677f37

#4f377f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f377f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f377f Color CSS Codes

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

#4f377f Text Font Color

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

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


#4f377f Background Color

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

This div background color is #4f377f


#4f377f Border Color

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

This div border color is #4f377f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f377f


Comments

No comments written yet.

Please login to write comment.