Color Hex Logo

#75176f Color Hex

#75176F
(117,23,111)
0 Favorites   0 Comments

Color spaces of #75176f

RGB 11723111
HSL0.840.670.27
HSV304°80°46°
CMYK 0.000.800.05   0.54
XYZ10.51185.542415.5547
Yxy5.54240.33260.1753
Hunter Lab23.542338.5024-22.6940
CIE-Lab28.227349.3678-28.2976

#75176f color RGB value is (117,23,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 01101111
Octal 165 27 157
Decimal 117 23 111
Hex 75 17 6F

RGB Percentages of Color #75176f

%46.61
%9.16
%44.22

CMYK Percentages of Color #75176f

%0
%80
%5
%54

Triadic Colors of #75176f

#75176f #6f7517 #176f75

Analogous Colors of #75176f

#75176f #751740 #4c1775

Monochromatic Colors of #75176f

#75176f

Complementary Color

#75176f #17751d

#75176f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75176f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75176f Color CSS Codes

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

#75176f Text Font Color

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

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


#75176f Background Color

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

This div background color is #75176f


#75176f Border Color

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

This div border color is #75176f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75176f


Comments

No comments written yet.

Please login to write comment.