Color Hex Logo

#754676 Color Hex

#754676
(117,70,118)
0 Favorites   0 Comments

Color spaces of #754676

RGB 11770118
HSL0.830.260.37
HSV299°41°46°
CMYK 0.010.410.00   0.54
XYZ12.79639.470218.2930
Yxy9.47020.31550.2335
Hunter Lab30.773720.3698-13.7025
CIE-Lab36.874328.3563-19.1958

#754676 color RGB value is (117,70,118).

#754676 hex color red value is 117, green value is 70 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #754676 hue: 0.83 , saturation: 0.26 and the lightness value of 754676 is 0.37.

The process color (four color CMYK) of #754676 color hex is 0.01, 0.41, 0.00, 0.54. Web safe color of #754676 is #663366. Color #754676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000110 01110110
Octal 165 106 166
Decimal 117 70 118
Hex 75 46 76

RGB Percentages of Color #754676

%38.36
%22.95
%38.69

CMYK Percentages of Color #754676

%1
%41
%0
%54

Triadic Colors of #754676

#754676 #767546 #467675

Analogous Colors of #754676

#754676 #76465f #5d4676

Monochromatic Colors of #754676

#754676

Complementary Color

#754676 #477646

#754676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754676 Color CSS Codes

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

#754676 Text Font Color

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

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


#754676 Background Color

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

This div background color is #754676


#754676 Border Color

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

This div border color is #754676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754676


Comments

No comments written yet.

Please login to write comment.