Color Hex Logo

#750748 Color Hex

#750748
(117,7,72)
0 Favorites   0 Comments

Color spaces of #750748

RGB 117772
HSL0.900.890.24
HSV325°94°46°
CMYK 0.000.940.38   0.54
XYZ8.58184.40176.5282
Yxy4.40170.43980.2256
Hunter Lab20.980236.2986-3.7625
CIE-Lab24.957347.7706-7.6622

#750748 color RGB value is (117,7,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01001000
Octal 165 7 110
Decimal 117 7 72
Hex 75 7 48

RGB Percentages of Color #750748

%59.69
%3.57
%36.73

CMYK Percentages of Color #750748

%0
%94
%38
%54

Triadic Colors of #750748

#750748 #487507 #074875

Analogous Colors of #750748

#750748 #750711 #6b0775

Monochromatic Colors of #750748

#750748

Complementary Color

#750748 #077534

#750748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750748 Color CSS Codes

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

#750748 Text Font Color

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

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


#750748 Background Color

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

This div background color is #750748


#750748 Border Color

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

This div border color is #750748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750748


Comments

No comments written yet.

Please login to write comment.