Color Hex Logo

#751c34 Color Hex

#751C34
(117,28,52)
0 Favorites   0 Comments

Color spaces of #751c34

RGB 1172852
HSL0.960.610.28
HSV344°76°46°
CMYK 0.000.760.56   0.54
XYZ8.37124.86033.7457
Yxy4.86030.49310.2863
Hunter Lab22.046129.19825.3587
CIE-Lab26.333039.99087.9419

#751c34 color RGB value is (117,28,52).

#751c34 hex color red value is 117, green value is 28 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #751c34 hue: 0.96 , saturation: 0.61 and the lightness value of 751c34 is 0.28.

The process color (four color CMYK) of #751c34 color hex is 0.00, 0.76, 0.56, 0.54. Web safe color of #751c34 is #663333. Color #751c34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 00110100
Octal 165 34 64
Decimal 117 28 52
Hex 75 1C 34

RGB Percentages of Color #751c34

%59.39
%14.21
%26.40

CMYK Percentages of Color #751c34

%0
%76
%56
%54

Triadic Colors of #751c34

#751c34 #34751c #1c3475

Analogous Colors of #751c34

#751c34 #75311c #751c61

Monochromatic Colors of #751c34

#751c34

Complementary Color

#751c34 #1c755d

#751c34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751c34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751c34 Color CSS Codes

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

#751c34 Text Font Color

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

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


#751c34 Background Color

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

This div background color is #751c34


#751c34 Border Color

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

This div border color is #751c34


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,28,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751c34; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751c34;
  -webkit-box-shadow: 1px 1px 3px 2px #751c34;
  box-shadow:         1px 1px 3px 2px #751c34; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751c34


Comments

No comments written yet.

Please login to write comment.