Color Hex Logo

#754796 Color Hex

#754796
(117,71,150)
0 Favorites   0 Comments

Color spaces of #754796

RGB 11771150
HSL0.760.360.43
HSV275°53°59°
CMYK 0.220.530.00   0.41
XYZ15.094410.490430.0834
Yxy10.49040.27110.1884
Hunter Lab32.388926.5069-32.3974
CIE-Lab38.708634.9543-35.9372

#754796 color RGB value is (117,71,150).

#754796 hex color red value is 117, green value is 71 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #754796 hue: 0.76 , saturation: 0.36 and the lightness value of 754796 is 0.43.

The process color (four color CMYK) of #754796 color hex is 0.22, 0.53, 0.00, 0.41. Web safe color of #754796 is #663399. Color #754796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 10010110
Octal 165 107 226
Decimal 117 71 150
Hex 75 47 96

RGB Percentages of Color #754796

%34.62
%21.01
%44.38

CMYK Percentages of Color #754796

%22
%53
%0
%41

Triadic Colors of #754796

#754796 #967547 #479675

Analogous Colors of #754796

#754796 #964790 #4e4796

Monochromatic Colors of #754796

#754796

Complementary Color

#754796 #689647

#754796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754796 Color CSS Codes

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

#754796 Text Font Color

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

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


#754796 Background Color

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

This div background color is #754796


#754796 Border Color

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

This div border color is #754796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754796


Comments

No comments written yet.

Please login to write comment.