Color Hex Logo

#754aaf Color Hex

#754AAF
(117,74,175)
0 Favorites   0 Comments

Color spaces of #754aaf

RGB 11774175
HSL0.740.410.49
HSV266°58°69°
CMYK 0.330.580.00   0.31
XYZ17.522811.774641.9066
Yxy11.77460.24610.1654
Hunter Lab34.314131.1028-48.3888
CIE-Lab40.855639.5044-47.4533

#754aaf color RGB value is (117,74,175).

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

The process color (four color CMYK) of #754aaf color hex is 0.33, 0.58, 0.00, 0.31. Web safe color of #754aaf is #663399. Color #754aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 10101111
Octal 165 112 257
Decimal 117 74 175
Hex 75 4A AF

RGB Percentages of Color #754aaf

%31.97
%20.22
%47.81

CMYK Percentages of Color #754aaf

%33
%58
%0
%31

Triadic Colors of #754aaf

#754aaf #af754a #4aaf75

Analogous Colors of #754aaf

#754aaf #a84aaf #4a52af

Monochromatic Colors of #754aaf

#754aaf

Complementary Color

#754aaf #84af4a

#754aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#754aaf Color CSS Codes

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

#754aaf Text Font Color

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

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


#754aaf Background Color

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

This div background color is #754aaf


#754aaf Border Color

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

This div border color is #754aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754aaf


Comments

No comments written yet.

Please login to write comment.