Color Hex Logo

#750326 Color Hex

#750326
(117,3,38)
0 Favorites   0 Comments

Color spaces of #750326

RGB 117338
HSL0.950.950.24
HSV342°97°46°
CMYK 0.000.970.68   0.54
XYZ7.71853.98702.1965
Yxy3.98700.55520.2868
Hunter Lab19.967534.05677.4551
CIE-Lab23.628445.709613.8804

#750326 color RGB value is (117,3,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 00100110
Octal 165 3 46
Decimal 117 3 38
Hex 75 3 26

RGB Percentages of Color #750326

%74.05
%1.90
%24.05

CMYK Percentages of Color #750326

%0
%97
%68
%54

Triadic Colors of #750326

#750326 #267503 #032675

Analogous Colors of #750326

#750326 #751903 #75035f

Monochromatic Colors of #750326

#750326

Complementary Color

#750326 #037552

#750326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750326 Color CSS Codes

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

#750326 Text Font Color

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

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


#750326 Background Color

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

This div background color is #750326


#750326 Border Color

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

This div border color is #750326


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,3,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 #750326">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750326


Comments

No comments written yet.

Please login to write comment.