Color Hex Logo

#751741 Color Hex

#751741
(117,23,65)
0 Favorites   0 Comments

Color spaces of #751741

RGB 1172365
HSL0.930.670.27
HSV333°80°46°
CMYK 0.000.800.44   0.54
XYZ8.59664.77645.4699
Yxy4.77640.45620.2535
Hunter Lab21.855031.96630.4593
CIE-Lab26.088043.0258-1.2311

#751741 color RGB value is (117,23,65).

#751741 hex color red value is 117, green value is 23 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #751741 hue: 0.93 , saturation: 0.67 and the lightness value of 751741 is 0.27.

The process color (four color CMYK) of #751741 color hex is 0.00, 0.80, 0.44, 0.54. Web safe color of #751741 is #660033. Color #751741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 01000001
Octal 165 27 101
Decimal 117 23 65
Hex 75 17 41

RGB Percentages of Color #751741

%57.07
%11.22
%31.71

CMYK Percentages of Color #751741

%0
%80
%44
%54

Triadic Colors of #751741

#751741 #417517 #174175

Analogous Colors of #751741

#751741 #751c17 #751770

Monochromatic Colors of #751741

#751741

Complementary Color

#751741 #17754b

#751741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751741 Color CSS Codes

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

#751741 Text Font Color

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

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


#751741 Background Color

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

This div background color is #751741


#751741 Border Color

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

This div border color is #751741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751741


Comments

No comments written yet.

Please login to write comment.