Color Hex Logo

#7f143b Color Hex

#7F143B
(127,20,59)
0 Favorites   0 Comments

Color spaces of #7f143b

RGB 1272059
HSL0.940.730.29
HSV338°84°50°
CMYK 0.000.840.54   0.50
XYZ9.79205.32814.6500
Yxy5.32810.49530.2695
Hunter Lab23.082735.32764.2139
CIE-Lab27.649846.24905.3501

#7f143b color RGB value is (127,20,59).

#7f143b hex color red value is 127, green value is 20 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7f143b hue: 0.94 , saturation: 0.73 and the lightness value of 7f143b is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00010100 00111011
Octal 177 24 73
Decimal 127 20 59
Hex 7F 14 3B

RGB Percentages of Color #7f143b

%61.65
%9.71
%28.64

CMYK Percentages of Color #7f143b

%0
%84
%54
%50

Triadic Colors of #7f143b

#7f143b #3b7f14 #143b7f

Analogous Colors of #7f143b

#7f143b #7f2214 #7f1471

Monochromatic Colors of #7f143b

#7f143b

Complementary Color

#7f143b #147f58

#7f143b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f143b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f143b Color CSS Codes

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

#7f143b Text Font Color

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

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


#7f143b Background Color

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

This div background color is #7f143b


#7f143b Border Color

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

This div border color is #7f143b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,20,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 #7f143b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f143b


Comments

No comments written yet.

Please login to write comment.