Color Hex Logo

#754465 Color Hex

#754465
(117,68,101)
0 Favorites   0 Comments

Color spaces of #754465

RGB 11768101
HSL0.890.260.36
HSV320°42°46°
CMYK 0.000.420.14   0.54
XYZ11.75228.855713.4018
Yxy8.85570.34560.2604
Hunter Lab29.758518.4156-5.8704
CIE-Lab35.705026.2279-10.3400

#754465 color RGB value is (117,68,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000100 01100101
Octal 165 104 145
Decimal 117 68 101
Hex 75 44 65

RGB Percentages of Color #754465

%40.91
%23.78
%35.31

CMYK Percentages of Color #754465

%0
%42
%14
%54

Triadic Colors of #754465

#754465 #657544 #446575

Analogous Colors of #754465

#754465 #75444c #6d4475

Monochromatic Colors of #754465

#754465

Complementary Color

#754465 #447554

#754465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754465 Color CSS Codes

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

#754465 Text Font Color

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

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


#754465 Background Color

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

This div background color is #754465


#754465 Border Color

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

This div border color is #754465


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,68,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 #754465">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754465


Comments

No comments written yet.

Please login to write comment.