Color Hex Logo

#751314 Color Hex

#751314
(117,19,20)
0 Favorites   0 Comments

Color spaces of #751314

RGB 1171920
HSL1.000.720.27
HSV359°84°46°
CMYK 0.000.840.83   0.54
XYZ7.69534.29821.0859
Yxy4.29820.58840.3286
Hunter Lab20.732129.974111.4070
CIE-Lab24.633741.159127.0082

#751314 color RGB value is (117,19,20).

#751314 hex color red value is 117, green value is 19 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #751314 hue: 1.00 , saturation: 0.72 and the lightness value of 751314 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 00010100
Octal 165 23 24
Decimal 117 19 20
Hex 75 13 14

RGB Percentages of Color #751314

%75.00
%12.18
%12.82

CMYK Percentages of Color #751314

%0
%84
%83
%54

Triadic Colors of #751314

#751314 #147513 #131475

Analogous Colors of #751314

#751314 #754313 #751345

Monochromatic Colors of #751314

#751314

Complementary Color

#751314 #137574

#751314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751314 Color CSS Codes

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

#751314 Text Font Color

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

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


#751314 Background Color

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

This div background color is #751314


#751314 Border Color

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

This div border color is #751314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751314


Comments

No comments written yet.

Please login to write comment.