Color Hex Logo

#75179d Color Hex

#75179D
(117,23,157)
0 Favorites   0 Comments

Color spaces of #75179d

RGB 11723157
HSL0.780.740.35
HSV282°85°62°
CMYK 0.250.850.00   0.38
XYZ13.72836.829032.4929
Yxy6.82900.25880.1287
Hunter Lab26.132448.0411-55.4284
CIE-Lab31.414457.9665-51.9022

#75179d color RGB value is (117,23,157).

#75179d hex color red value is 117, green value is 23 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #75179d hue: 0.78 , saturation: 0.74 and the lightness value of 75179d is 0.35.

The process color (four color CMYK) of #75179d color hex is 0.25, 0.85, 0.00, 0.38. Web safe color of #75179d is #660099. Color #75179d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 10011101
Octal 165 27 235
Decimal 117 23 157
Hex 75 17 9D

RGB Percentages of Color #75179d

%39.39
%7.74
%52.86

CMYK Percentages of Color #75179d

%25
%85
%0
%38

Triadic Colors of #75179d

#75179d #9d7517 #179d75

Analogous Colors of #75179d

#75179d #9d1782 #32179d

Monochromatic Colors of #75179d

#75179d

Complementary Color

#75179d #3f9d17

#75179d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75179d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75179d Color CSS Codes

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

#75179d Text Font Color

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

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


#75179d Background Color

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

This div background color is #75179d


#75179d Border Color

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

This div border color is #75179d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75179d


Comments

No comments written yet.

Please login to write comment.