Color Hex Logo

#754eaa Color Hex

#754EAA
(117,78,170)
0 Favorites   0 Comments

Color spaces of #754eaa

RGB 11778170
HSL0.740.370.49
HSV265°54°67°
CMYK 0.310.540.00   0.33
XYZ17.316212.133039.4594
Yxy12.13300.25130.1761
Hunter Lab34.832527.7806-42.7830
CIE-Lab41.426735.9199-43.5798

#754eaa color RGB value is (117,78,170).

#754eaa hex color red value is 117, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #754eaa hue: 0.74 , saturation: 0.37 and the lightness value of 754eaa is 0.49.

The process color (four color CMYK) of #754eaa color hex is 0.31, 0.54, 0.00, 0.33. Web safe color of #754eaa is #666699. Color #754eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001110 10101010
Octal 165 116 252
Decimal 117 78 170
Hex 75 4E AA

RGB Percentages of Color #754eaa

%32.05
%21.37
%46.58

CMYK Percentages of Color #754eaa

%31
%54
%0
%33

Triadic Colors of #754eaa

#754eaa #aa754e #4eaa75

Analogous Colors of #754eaa

#754eaa #a34eaa #4e55aa

Monochromatic Colors of #754eaa

#754eaa

Complementary Color

#754eaa #83aa4e

#754eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#754eaa Color CSS Codes

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

#754eaa Text Font Color

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

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


#754eaa Background Color

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

This div background color is #754eaa


#754eaa Border Color

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

This div border color is #754eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #754eaa;
  box-shadow:         1px 1px 3px 2px #754eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754eaa


Comments

No comments written yet.

Please login to write comment.