Color Hex Logo

#7f202a Color Hex

#7F202A
(127,32,42)
0 Favorites   0 Comments

Color spaces of #7f202a

RGB 1273242
HSL0.980.600.31
HSV354°75°50°
CMYK 0.000.750.67   0.50
XYZ9.68685.71222.7825
Yxy5.71220.53280.3142
Hunter Lab23.900230.52109.8275
CIE-Lab28.674440.990018.1150

#7f202a color RGB value is (127,32,42).

#7f202a hex color red value is 127, green value is 32 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7f202a hue: 0.98 , saturation: 0.60 and the lightness value of 7f202a is 0.31.

The process color (four color CMYK) of #7f202a color hex is 0.00, 0.75, 0.67, 0.50. Web safe color of #7f202a is #663333. Color #7f202a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100000 00101010
Octal 177 40 52
Decimal 127 32 42
Hex 7F 20 2A

RGB Percentages of Color #7f202a

%63.18
%15.92
%20.90

CMYK Percentages of Color #7f202a

%0
%75
%67
%50

Triadic Colors of #7f202a

#7f202a #2a7f20 #202a7f

Analogous Colors of #7f202a

#7f202a #7f4620 #7f2059

Monochromatic Colors of #7f202a

#7f202a

Complementary Color

#7f202a #207f75

#7f202a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f202a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f202a Color CSS Codes

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

#7f202a Text Font Color

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

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


#7f202a Background Color

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

This div background color is #7f202a


#7f202a Border Color

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

This div border color is #7f202a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f202a


Comments

No comments written yet.

Please login to write comment.