Color Hex Logo

#77143f Color Hex

#77143F
(119,20,63)
0 Favorites   0 Comments

Color spaces of #77143f

RGB 1192063
HSL0.930.710.27
HSV334°83°47°
CMYK 0.000.830.47   0.53
XYZ8.75514.78115.1640
Yxy4.78110.46820.2557
Hunter Lab21.865733.20691.3036
CIE-Lab26.101844.33730.1948

#77143f color RGB value is (119,20,63).

#77143f hex color red value is 119, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #77143f hue: 0.93 , saturation: 0.71 and the lightness value of 77143f is 0.27.

The process color (four color CMYK) of #77143f color hex is 0.00, 0.83, 0.47, 0.53. Web safe color of #77143f is #660033. Color #77143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010100 00111111
Octal 167 24 77
Decimal 119 20 63
Hex 77 14 3F

RGB Percentages of Color #77143f

%58.91
%9.90
%31.19

CMYK Percentages of Color #77143f

%0
%83
%47
%53

Triadic Colors of #77143f

#77143f #3f7714 #143f77

Analogous Colors of #77143f

#77143f #771b14 #771471

Monochromatic Colors of #77143f

#77143f

Complementary Color

#77143f #14774c

#77143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77143f Color CSS Codes

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

#77143f Text Font Color

<p style="color:#77143f">Text here</p>

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


#77143f Background Color

<div style="background-color:#77143f">
Div content here</div>

This div background color is #77143f


#77143f Border Color

<div style="border:3px solid #77143f">
Div here</div>

This div border color is #77143f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,20,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77143f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77143f;
  -webkit-box-shadow: 1px 1px 3px 2px #77143f;
  box-shadow:         1px 1px 3px 2px #77143f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77143f


Comments

No comments written yet.

Please login to write comment.