Color Hex Logo

#750810 Color Hex

#750810
(117,8,16)
0 Favorites   0 Comments

Color spaces of #750810

RGB 117816
HSL0.990.870.25
HSV356°93°46°
CMYK 0.000.930.86   0.54
XYZ7.51653.99300.8648
Yxy3.99300.60740.3227
Hunter Lab19.982532.174211.4218
CIE-Lab23.648343.718428.4033

#750810 color RGB value is (117,8,16).

#750810 hex color red value is 117, green value is 8 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #750810 hue: 0.99 , saturation: 0.87 and the lightness value of 750810 is 0.25.

The process color (four color CMYK) of #750810 color hex is 0.00, 0.93, 0.86, 0.54. Web safe color of #750810 is #660000. Color #750810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001000 00010000
Octal 165 10 20
Decimal 117 8 16
Hex 75 8 10

RGB Percentages of Color #750810

%82.98
%5.67
%11.35

CMYK Percentages of Color #750810

%0
%93
%86
%54

Triadic Colors of #750810

#750810 #107508 #081075

Analogous Colors of #750810

#750810 #753708 #750846

Monochromatic Colors of #750810

#750810

Complementary Color

#750810 #08756d

#750810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750810 Color CSS Codes

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

#750810 Text Font Color

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

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


#750810 Background Color

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

This div background color is #750810


#750810 Border Color

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

This div border color is #750810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750810


Comments

No comments written yet.

Please login to write comment.