Color Hex Logo

#751959 Color Hex

#751959
(117,25,89)
0 Favorites   0 Comments

Color spaces of #751959

RGB 1172589
HSL0.880.650.28
HSV318°79°46°
CMYK 0.000.790.24   0.54
XYZ9.48695.19849.9546
Yxy5.19840.38500.2110
Hunter Lab22.800034.3724-9.9263
CIE-Lab27.292745.3281-15.4560

#751959 color RGB value is (117,25,89).

#751959 hex color red value is 117, green value is 25 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #751959 hue: 0.88 , saturation: 0.65 and the lightness value of 751959 is 0.28.

The process color (four color CMYK) of #751959 color hex is 0.00, 0.79, 0.24, 0.54. Web safe color of #751959 is #660066. Color #751959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011001 01011001
Octal 165 31 131
Decimal 117 25 89
Hex 75 19 59

RGB Percentages of Color #751959

%50.65
%10.82
%38.53

CMYK Percentages of Color #751959

%0
%79
%24
%54

Triadic Colors of #751959

#751959 #597519 #195975

Analogous Colors of #751959

#751959 #75192b #631975

Monochromatic Colors of #751959

#751959

Complementary Color

#751959 #197535

#751959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751959 Color CSS Codes

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

#751959 Text Font Color

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

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


#751959 Background Color

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

This div background color is #751959


#751959 Border Color

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

This div border color is #751959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751959


Comments

No comments written yet.

Please login to write comment.