Color Hex Logo

#751755 Color Hex

#751755
(117,23,85)
0 Favorites   0 Comments

Color spaces of #751755

RGB 1172385
HSL0.890.670.27
HSV320°80°46°
CMYK 0.000.800.27   0.54
XYZ9.28225.05069.0800
Yxy5.05060.39650.2157
Hunter Lab22.473534.3968-8.2235
CIE-Lab26.878445.4333-13.4503

#751755 color RGB value is (117,23,85).

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

The process color (four color CMYK) of #751755 color hex is 0.00, 0.80, 0.27, 0.54. Web safe color of #751755 is #660066. Color #751755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 01010101
Octal 165 27 125
Decimal 117 23 85
Hex 75 17 55

RGB Percentages of Color #751755

%52.00
%10.22
%37.78

CMYK Percentages of Color #751755

%0
%80
%27
%54

Triadic Colors of #751755

#751755 #557517 #175575

Analogous Colors of #751755

#751755 #751726 #661775

Monochromatic Colors of #751755

#751755

Complementary Color

#751755 #177537

#751755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751755 Color CSS Codes

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

#751755 Text Font Color

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

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


#751755 Background Color

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

This div background color is #751755


#751755 Border Color

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

This div border color is #751755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751755


Comments

No comments written yet.

Please login to write comment.