Color Hex Logo

#754758 Color Hex

#754758
(117,71,88)
0 Favorites   0 Comments

Color spaces of #754758

RGB 1177188
HSL0.940.240.37
HSV338°39°46°
CMYK 0.000.390.25   0.54
XYZ11.35088.993010.3701
Yxy8.99300.36960.2928
Hunter Lab29.988315.08400.4891
CIE-Lab35.970822.2132-1.7302

#754758 color RGB value is (117,71,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 01011000
Octal 165 107 130
Decimal 117 71 88
Hex 75 47 58

RGB Percentages of Color #754758

%42.39
%25.72
%31.88

CMYK Percentages of Color #754758

%0
%39
%25
%54

Triadic Colors of #754758

#754758 #587547 #475875

Analogous Colors of #754758

#754758 #754d47 #75476f

Monochromatic Colors of #754758

#754758

Complementary Color

#754758 #477564

#754758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754758 Color CSS Codes

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

#754758 Text Font Color

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

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


#754758 Background Color

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

This div background color is #754758


#754758 Border Color

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

This div border color is #754758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754758


Comments

No comments written yet.

Please login to write comment.