Color Hex Logo

#7f004b Color Hex

#7F004B
(127,0,75)
1 Favorites   0 Comments

Color spaces of #7f004b

RGB 127075
HSL0.901.000.25
HSV325°100°50°
CMYK 0.001.000.41   0.50
XYZ10.02245.02007.0973
Yxy5.02000.45270.2267
Hunter Lab22.405440.6375-3.0974
CIE-Lab26.791751.7719-6.7111

#7f004b color RGB value is (127,0,75).

#7f004b hex color red value is 127, green value is 0 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7f004b hue: 0.90 , saturation: 1.00 and the lightness value of 7f004b is 0.25.

The process color (four color CMYK) of #7f004b color hex is 0.00, 1.00, 0.41, 0.50. Web safe color of #7f004b is #660033. Color #7f004b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000000 01001011
Octal 177 0 113
Decimal 127 0 75
Hex 7F 0 4B

RGB Percentages of Color #7f004b

%62.87
%0.00
%37.13

CMYK Percentages of Color #7f004b

%0
%100
%41
%50

Triadic Colors of #7f004b

#7f004b #4b7f00 #004b7f

Analogous Colors of #7f004b

#7f004b #7f000b #74007f

Monochromatic Colors of #7f004b

#7f004b

Complementary Color

#7f004b #007f34

#7f004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f004b Color CSS Codes

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

#7f004b Text Font Color

<p style="color:#7f004b">Text here</p>

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


#7f004b Background Color

<div style="background-color:#7f004b">
Div content here</div>

This div background color is #7f004b


#7f004b Border Color

<div style="border:3px solid #7f004b">
Div here</div>

This div border color is #7f004b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,0,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f004b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f004b;
  -webkit-box-shadow: 1px 1px 3px 2px #7f004b;
  box-shadow:         1px 1px 3px 2px #7f004b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f004b


Comments

No comments written yet.

Please login to write comment.