Color Hex Logo

#750645 Color Hex

#750645
(117,6,69)
0 Favorites   0 Comments

Color spaces of #750645

RGB 117669
HSL0.910.900.24
HSV326°95°46°
CMYK 0.000.950.41   0.54
XYZ8.47544.34186.0216
Yxy4.34180.44990.2305
Hunter Lab20.837036.1398-2.5481
CIE-Lab24.770747.6441-5.9044

#750645 color RGB value is (117,6,69).

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

The process color (four color CMYK) of #750645 color hex is 0.00, 0.95, 0.41, 0.54. Web safe color of #750645 is #660033. Color #750645 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000110 01000101
Octal 165 6 105
Decimal 117 6 69
Hex 75 6 45

RGB Percentages of Color #750645

%60.94
%3.13
%35.94

CMYK Percentages of Color #750645

%0
%95
%41
%54

Triadic Colors of #750645

#750645 #457506 #064575

Analogous Colors of #750645

#750645 #75060d #6e0675

Monochromatic Colors of #750645

#750645

Complementary Color

#750645 #067536

#750645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750645 Color CSS Codes

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

#750645 Text Font Color

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

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


#750645 Background Color

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

This div background color is #750645


#750645 Border Color

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

This div border color is #750645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750645


Comments

No comments written yet.

Please login to write comment.