Color Hex Logo

#750617 Color Hex

#750617
(117,6,23)
0 Favorites   0 Comments

Color spaces of #750617

RGB 117623
HSL0.970.900.24
HSV351°95°46°
CMYK 0.000.950.80   0.54
XYZ7.55593.97401.1794
Yxy3.97400.59450.3127
Hunter Lab19.934932.770610.4467
CIE-Lab23.585344.364223.9988

#750617 color RGB value is (117,6,23).

#750617 hex color red value is 117, green value is 6 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #750617 hue: 0.97 , saturation: 0.90 and the lightness value of 750617 is 0.24.

The process color (four color CMYK) of #750617 color hex is 0.00, 0.95, 0.80, 0.54. Web safe color of #750617 is #660000. Color #750617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000110 00010111
Octal 165 6 27
Decimal 117 6 23
Hex 75 6 17

RGB Percentages of Color #750617

%80.14
%4.11
%15.75

CMYK Percentages of Color #750617

%0
%95
%80
%54

Triadic Colors of #750617

#750617 #177506 #061775

Analogous Colors of #750617

#750617 #752c06 #75064f

Monochromatic Colors of #750617

#750617

Complementary Color

#750617 #067564

#750617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750617 Color CSS Codes

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

#750617 Text Font Color

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

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


#750617 Background Color

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

This div background color is #750617


#750617 Border Color

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

This div border color is #750617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750617


Comments

No comments written yet.

Please login to write comment.