Color Hex Logo

#760113 Color Hex

#760113
(118,1,19)
0 Favorites   0 Comments

Color spaces of #760113

RGB 118119
HSL0.970.980.23
HSV351°99°46°
CMYK 0.000.990.84   0.54
XYZ7.59963.92030.9722
Yxy3.92030.60840.3138
Hunter Lab19.799733.862910.9486
CIE-Lab23.406245.549926.4499

#760113 color RGB value is (118,1,19).

#760113 hex color red value is 118, green value is 1 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #760113 hue: 0.97 , saturation: 0.98 and the lightness value of 760113 is 0.23.

The process color (four color CMYK) of #760113 color hex is 0.00, 0.99, 0.84, 0.54. Web safe color of #760113 is #660000. Color #760113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 00010011
Octal 166 1 23
Decimal 118 1 19
Hex 76 1 13

RGB Percentages of Color #760113

%85.51
%0.72
%13.77

CMYK Percentages of Color #760113

%0
%99
%84
%54

Triadic Colors of #760113

#760113 #137601 #011376

Analogous Colors of #760113

#760113 #762a01 #76014e

Monochromatic Colors of #760113

#760113

Complementary Color

#760113 #017664

#760113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760113 Color CSS Codes

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

#760113 Text Font Color

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

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


#760113 Background Color

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

This div background color is #760113


#760113 Border Color

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

This div border color is #760113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760113


Comments

No comments written yet.

Please login to write comment.