Color Hex Logo

#754463 Color Hex

#754463
(117,68,99)
0 Favorites   0 Comments

Color spaces of #754463

RGB 1176899
HSL0.890.260.36
HSV322°42°46°
CMYK 0.000.420.15   0.54
XYZ11.65548.817012.8919
Yxy8.81700.34930.2643
Hunter Lab29.693418.1021-4.9563
CIE-Lab35.629525.8673-9.1920

#754463 color RGB value is (117,68,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000100 01100011
Octal 165 104 143
Decimal 117 68 99
Hex 75 44 63

RGB Percentages of Color #754463

%41.20
%23.94
%34.86

CMYK Percentages of Color #754463

%0
%42
%15
%54

Triadic Colors of #754463

#754463 #637544 #446375

Analogous Colors of #754463

#754463 #75444b #6f4475

Monochromatic Colors of #754463

#754463

Complementary Color

#754463 #447556

#754463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754463 Color CSS Codes

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

#754463 Text Font Color

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

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


#754463 Background Color

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

This div background color is #754463


#754463 Border Color

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

This div border color is #754463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754463


Comments

No comments written yet.

Please login to write comment.