Color Hex Logo

#751b4d Color Hex

#751B4D
(117,27,77)
0 Favorites   0 Comments

Color spaces of #751b4d

RGB 1172777
HSL0.910.630.28
HSV327°77°46°
CMYK 0.000.770.34   0.54
XYZ9.06765.10167.5280
Yxy5.10160.41790.2351
Hunter Lab22.586732.1333-3.9502
CIE-Lab27.022343.0250-7.9098

#751b4d color RGB value is (117,27,77).

#751b4d hex color red value is 117, green value is 27 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #751b4d hue: 0.91 , saturation: 0.63 and the lightness value of 751b4d is 0.28.

The process color (four color CMYK) of #751b4d color hex is 0.00, 0.77, 0.34, 0.54. Web safe color of #751b4d is #663366. Color #751b4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011011 01001101
Octal 165 33 115
Decimal 117 27 77
Hex 75 1B 4D

RGB Percentages of Color #751b4d

%52.94
%12.22
%34.84

CMYK Percentages of Color #751b4d

%0
%77
%34
%54

Triadic Colors of #751b4d

#751b4d #4d751b #1b4d75

Analogous Colors of #751b4d

#751b4d #751b20 #701b75

Monochromatic Colors of #751b4d

#751b4d

Complementary Color

#751b4d #1b7543

#751b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#751b4d Color CSS Codes

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

#751b4d Text Font Color

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

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


#751b4d Background Color

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

This div background color is #751b4d


#751b4d Border Color

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

This div border color is #751b4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751b4d


Comments

No comments written yet.

Please login to write comment.