Color Hex Logo

#4f004d Color Hex

#4F004D
(79,0,77)
0 Favorites   0 Comments

Color spaces of #4f004d

RGB 79077
HSL0.841.000.15
HSV302°100°31°
CMYK 0.001.000.03   0.69
XYZ4.56402.19817.2049
Yxy2.19810.32680.1574
Hunter Lab14.826029.0036-18.4346
CIE-Lab16.494341.6736-24.8699

#4f004d color RGB value is (79,0,77).

#4f004d hex color red value is 79, green value is 0 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4f004d hue: 0.84 , saturation: 1.00 and the lightness value of 4f004d is 0.15.

The process color (four color CMYK) of #4f004d color hex is 0.00, 1.00, 0.03, 0.69. Web safe color of #4f004d is #660066. Color #4f004d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 00000000 01001101
Octal 117 0 115
Decimal 79 0 77
Hex 4F 0 4D

RGB Percentages of Color #4f004d

%50.64
%0.00
%49.36

CMYK Percentages of Color #4f004d

%0
%100
%3
%69

Triadic Colors of #4f004d

#4f004d #4d4f00 #004d4f

Analogous Colors of #4f004d

#4f004d #4f0026 #29004f

Monochromatic Colors of #4f004d

#4f004d

Complementary Color

#4f004d #004f02

#4f004d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f004d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f004d Color CSS Codes

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

#4f004d Text Font Color

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

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


#4f004d Background Color

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

This div background color is #4f004d


#4f004d Border Color

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

This div border color is #4f004d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f004d


Comments

No comments written yet.

Please login to write comment.