Color Hex Logo

#7f033f Color Hex

#7F033F
(127,3,63)
0 Favorites   0 Comments

Color spaces of #7f033f

RGB 127363
HSL0.920.950.25
HSV331°98°50°
CMYK 0.000.980.50   0.50
XYZ9.68224.93605.1451
Yxy4.93600.48990.2498
Hunter Lab22.217138.91021.8214
CIE-Lab26.551650.10301.0589

#7f033f color RGB value is (127,3,63).

#7f033f hex color red value is 127, green value is 3 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #7f033f hue: 0.92 , saturation: 0.95 and the lightness value of 7f033f is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000011 00111111
Octal 177 3 77
Decimal 127 3 63
Hex 7F 3 3F

RGB Percentages of Color #7f033f

%65.80
%1.55
%32.64

CMYK Percentages of Color #7f033f

%0
%98
%50
%50

Triadic Colors of #7f033f

#7f033f #3f7f03 #033f7f

Analogous Colors of #7f033f

#7f033f #7f0503 #7f037d

Monochromatic Colors of #7f033f

#7f033f

Complementary Color

#7f033f #037f43

#7f033f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f033f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f033f Color CSS Codes

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

#7f033f Text Font Color

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

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


#7f033f Background Color

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

This div background color is #7f033f


#7f033f Border Color

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

This div border color is #7f033f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f033f


Comments

No comments written yet.

Please login to write comment.