Color Hex Logo

#761438 Color Hex

#761438
(118,20,56)
0 Favorites   0 Comments

Color spaces of #761438

RGB 1182056
HSL0.940.710.27
HSV338°83°46°
CMYK 0.000.830.53   0.54
XYZ8.43524.63744.1919
Yxy4.63740.48860.2686
Hunter Lab21.534632.23363.5329
CIE-Lab25.675743.38954.3220

#761438 color RGB value is (118,20,56).

#761438 hex color red value is 118, green value is 20 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #761438 hue: 0.94 , saturation: 0.71 and the lightness value of 761438 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010100 00111000
Octal 166 24 70
Decimal 118 20 56
Hex 76 14 38

RGB Percentages of Color #761438

%60.82
%10.31
%28.87

CMYK Percentages of Color #761438

%0
%83
%53
%54

Triadic Colors of #761438

#761438 #387614 #143876

Analogous Colors of #761438

#761438 #762114 #761469

Monochromatic Colors of #761438

#761438

Complementary Color

#761438 #147652

#761438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761438 Color CSS Codes

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

#761438 Text Font Color

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

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


#761438 Background Color

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

This div background color is #761438


#761438 Border Color

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

This div border color is #761438


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,20,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761438; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761438;
  -webkit-box-shadow: 1px 1px 3px 2px #761438;
  box-shadow:         1px 1px 3px 2px #761438; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,20,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761438


Comments

No comments written yet.

Please login to write comment.