Color Hex Logo

#75074c Color Hex

#75074C
(117,7,76)
0 Favorites   0 Comments

Color spaces of #75074c

RGB 117776
HSL0.900.890.24
HSV322°94°46°
CMYK 0.000.940.35   0.54
XYZ8.71664.45577.2381
Yxy4.45570.42710.2183
Hunter Lab21.108536.7702-5.5545
CIE-Lab25.124148.2199-10.1150

#75074c color RGB value is (117,7,76).

#75074c hex color red value is 117, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #75074c hue: 0.90 , saturation: 0.89 and the lightness value of 75074c is 0.24.

The process color (four color CMYK) of #75074c color hex is 0.00, 0.94, 0.35, 0.54. Web safe color of #75074c is #660033. Color #75074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01001100
Octal 165 7 114
Decimal 117 7 76
Hex 75 7 4C

RGB Percentages of Color #75074c

%58.50
%3.50
%38.00

CMYK Percentages of Color #75074c

%0
%94
%35
%54

Triadic Colors of #75074c

#75074c #4c7507 #074c75

Analogous Colors of #75074c

#75074c #750715 #670775

Monochromatic Colors of #75074c

#75074c

Complementary Color

#75074c #077530

#75074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75074c Color CSS Codes

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

#75074c Text Font Color

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

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


#75074c Background Color

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

This div background color is #75074c


#75074c Border Color

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

This div border color is #75074c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,7,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75074c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75074c;
  -webkit-box-shadow: 1px 1px 3px 2px #75074c;
  box-shadow:         1px 1px 3px 2px #75074c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75074c


Comments

No comments written yet.

Please login to write comment.