Color Hex Logo

#7f273b Color Hex

#7F273B
(127,39,59)
0 Favorites   0 Comments

Color spaces of #7f273b

RGB 1273959
HSL0.960.530.33
HSV346°69°50°
CMYK 0.000.690.54   0.50
XYZ10.26736.27884.8085
Yxy6.27880.48080.2940
Hunter Lab25.057529.28956.1626
CIE-Lab30.105239.39798.7982

#7f273b color RGB value is (127,39,59).

#7f273b hex color red value is 127, green value is 39 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7f273b hue: 0.96 , saturation: 0.53 and the lightness value of 7f273b is 0.33.

The process color (four color CMYK) of #7f273b color hex is 0.00, 0.69, 0.54, 0.50. Web safe color of #7f273b is #663333. Color #7f273b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100111 00111011
Octal 177 47 73
Decimal 127 39 59
Hex 7F 27 3B

RGB Percentages of Color #7f273b

%56.44
%17.33
%26.22

CMYK Percentages of Color #7f273b

%0
%69
%54
%50

Triadic Colors of #7f273b

#7f273b #3b7f27 #273b7f

Analogous Colors of #7f273b

#7f273b #7f3f27 #7f2767

Monochromatic Colors of #7f273b

#7f273b

Complementary Color

#7f273b #277f6b

#7f273b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f273b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f273b Color CSS Codes

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

#7f273b Text Font Color

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

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


#7f273b Background Color

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

This div background color is #7f273b


#7f273b Border Color

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

This div border color is #7f273b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f273b


Comments

No comments written yet.

Please login to write comment.