Color Hex Logo

#750426 Color Hex

#750426
(117,4,38)
0 Favorites   0 Comments

Color spaces of #750426

RGB 117438
HSL0.950.930.24
HSV342°97°46°
CMYK 0.000.970.68   0.54
XYZ7.72944.00872.2001
Yxy4.00870.55450.2876
Hunter Lab20.021733.87207.5001
CIE-Lab23.700245.502113.9744

#750426 color RGB value is (117,4,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000100 00100110
Octal 165 4 46
Decimal 117 4 38
Hex 75 4 26

RGB Percentages of Color #750426

%73.58
%2.52
%23.90

CMYK Percentages of Color #750426

%0
%97
%68
%54

Triadic Colors of #750426

#750426 #267504 #042675

Analogous Colors of #750426

#750426 #751a04 #75045f

Monochromatic Colors of #750426

#750426

Complementary Color

#750426 #047553

#750426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750426 Color CSS Codes

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

#750426 Text Font Color

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

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


#750426 Background Color

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

This div background color is #750426


#750426 Border Color

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

This div border color is #750426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750426


Comments

No comments written yet.

Please login to write comment.