Color Hex Logo

#75090e Color Hex

#75090E
(117,9,14)
0 Favorites   0 Comments

Color spaces of #75090e

RGB 117914
HSL0.990.860.25
HSV357°92°46°
CMYK 0.000.920.88   0.54
XYZ7.51314.00900.7933
Yxy4.00900.61010.3255
Hunter Lab20.022531.939811.6666
CIE-Lab23.701243.458029.5172

#75090e color RGB value is (117,9,14).

#75090e hex color red value is 117, green value is 9 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #75090e hue: 0.99 , saturation: 0.86 and the lightness value of 75090e is 0.25.

The process color (four color CMYK) of #75090e color hex is 0.00, 0.92, 0.88, 0.54. Web safe color of #75090e is #660000. Color #75090e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001001 00001110
Octal 165 11 16
Decimal 117 9 14
Hex 75 9 E

RGB Percentages of Color #75090e

%83.57
%6.43
%10.00

CMYK Percentages of Color #75090e

%0
%92
%88
%54

Triadic Colors of #75090e

#75090e #0e7509 #090e75

Analogous Colors of #75090e

#75090e #753a09 #750944

Monochromatic Colors of #75090e

#75090e

Complementary Color

#75090e #097570

#75090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75090e Color CSS Codes

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

#75090e Text Font Color

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

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


#75090e Background Color

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

This div background color is #75090e


#75090e Border Color

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

This div border color is #75090e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75090e


Comments

No comments written yet.

Please login to write comment.