Color Hex Logo

#7f250c Color Hex

#7F250C
(127,37,12)
0 Favorites   0 Comments

Color spaces of #7f250c

RGB 1273712
HSL0.040.830.27
HSV13°91°50°
CMYK 0.000.710.91   0.50
XYZ9.48035.86170.9796
Yxy5.86170.58080.3591
Hunter Lab24.210927.526214.5487
CIE-Lab29.060837.653036.0943

#7f250c color RGB value is (127,37,12).

#7f250c hex color red value is 127, green value is 37 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #7f250c hue: 0.04 , saturation: 0.83 and the lightness value of 7f250c is 0.27.

The process color (four color CMYK) of #7f250c color hex is 0.00, 0.71, 0.91, 0.50. Web safe color of #7f250c is #663300. Color #7f250c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100101 00001100
Octal 177 45 14
Decimal 127 37 12
Hex 7F 25 C

RGB Percentages of Color #7f250c

%72.16
%21.02
%6.82

CMYK Percentages of Color #7f250c

%0
%71
%91
%50

Triadic Colors of #7f250c

#7f250c #0c7f25 #250c7f

Analogous Colors of #7f250c

#7f250c #7f5f0c #7f0c2c

Monochromatic Colors of #7f250c

#7f250c

Complementary Color

#7f250c #0c667f

#7f250c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f250c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f250c Color CSS Codes

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

#7f250c Text Font Color

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

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


#7f250c Background Color

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

This div background color is #7f250c


#7f250c Border Color

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

This div border color is #7f250c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f250c


Comments

No comments written yet.

Please login to write comment.