Color Hex Logo

#754765 Color Hex

#754765
(117,71,101)
0 Favorites   0 Comments

Color spaces of #754765

RGB 11771101
HSL0.890.240.37
HSV321°39°46°
CMYK 0.000.390.14   0.54
XYZ11.93839.228013.4639
Yxy9.22800.34470.2665
Hunter Lab30.377616.9890-5.0140
CIE-Lab36.419624.4555-9.2613

#754765 color RGB value is (117,71,101).

#754765 hex color red value is 117, green value is 71 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #754765 hue: 0.89 , saturation: 0.24 and the lightness value of 754765 is 0.37.

The process color (four color CMYK) of #754765 color hex is 0.00, 0.39, 0.14, 0.54. Web safe color of #754765 is #663366. Color #754765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 01100101
Octal 165 107 145
Decimal 117 71 101
Hex 75 47 65

RGB Percentages of Color #754765

%40.48
%24.57
%34.95

CMYK Percentages of Color #754765

%0
%39
%14
%54

Triadic Colors of #754765

#754765 #657547 #476575

Analogous Colors of #754765

#754765 #75474e #6e4775

Monochromatic Colors of #754765

#754765

Complementary Color

#754765 #477557

#754765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754765 Color CSS Codes

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

#754765 Text Font Color

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

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


#754765 Background Color

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

This div background color is #754765


#754765 Border Color

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

This div border color is #754765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754765


Comments

No comments written yet.

Please login to write comment.