Color Hex Logo

#750332 Color Hex

#750332
(117,3,50)
0 Favorites   0 Comments

Color spaces of #750332

RGB 117350
HSL0.930.950.24
HSV335°97°46°
CMYK 0.000.970.57   0.54
XYZ7.94444.07733.3859
Yxy4.07730.51560.2646
Hunter Lab20.192334.89194.1927
CIE-Lab23.925446.52175.9440

#750332 color RGB value is (117,3,50).

#750332 hex color red value is 117, green value is 3 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #750332 hue: 0.93 , saturation: 0.95 and the lightness value of 750332 is 0.24.

The process color (four color CMYK) of #750332 color hex is 0.00, 0.97, 0.57, 0.54. Web safe color of #750332 is #660033. Color #750332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 00110010
Octal 165 3 62
Decimal 117 3 50
Hex 75 3 32

RGB Percentages of Color #750332

%68.82
%1.76
%29.41

CMYK Percentages of Color #750332

%0
%97
%57
%54

Triadic Colors of #750332

#750332 #327503 #033275

Analogous Colors of #750332

#750332 #750d03 #75036b

Monochromatic Colors of #750332

#750332

Complementary Color

#750332 #037546

#750332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750332 Color CSS Codes

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

#750332 Text Font Color

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

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


#750332 Background Color

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

This div background color is #750332


#750332 Border Color

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

This div border color is #750332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750332


Comments

No comments written yet.

Please login to write comment.