Color Hex Logo

#75031e Color Hex

#75031E
(117,3,30)
0 Favorites   0 Comments

Color spaces of #75031e

RGB 117330
HSL0.960.950.24
HSV346°97°46°
CMYK 0.000.970.74   0.54
XYZ7.60303.94081.5882
Yxy3.94080.57900.3001
Hunter Lab19.851433.62459.1526
CIE-Lab23.474845.286519.1934

#75031e color RGB value is (117,3,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000011 00011110
Octal 165 3 36
Decimal 117 3 30
Hex 75 3 1E

RGB Percentages of Color #75031e

%78.00
%2.00
%20.00

CMYK Percentages of Color #75031e

%0
%97
%74
%54

Triadic Colors of #75031e

#75031e #1e7503 #031e75

Analogous Colors of #75031e

#75031e #752103 #750357

Monochromatic Colors of #75031e

#75031e

Complementary Color

#75031e #03755a

#75031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75031e Color CSS Codes

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

#75031e Text Font Color

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

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


#75031e Background Color

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

This div background color is #75031e


#75031e Border Color

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

This div border color is #75031e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75031e


Comments

No comments written yet.

Please login to write comment.