Color Hex Logo

#754fae Color Hex

#754FAE
(117,79,174)
0 Favorites   0 Comments

Color spaces of #754fae

RGB 11779174
HSL0.730.380.50
HSV264°55°68°
CMYK 0.330.550.00   0.32
XYZ17.772112.429941.5069
Yxy12.42990.24780.1733
Hunter Lab35.256128.2813-45.1228
CIE-Lab41.891436.3831-45.2036

#754fae color RGB value is (117,79,174).

#754fae hex color red value is 117, green value is 79 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #754fae hue: 0.73 , saturation: 0.38 and the lightness value of 754fae is 0.50.

The process color (four color CMYK) of #754fae color hex is 0.33, 0.55, 0.00, 0.32. Web safe color of #754fae is #666699. Color #754fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001111 10101110
Octal 165 117 256
Decimal 117 79 174
Hex 75 4F AE

RGB Percentages of Color #754fae

%31.62
%21.35
%47.03

CMYK Percentages of Color #754fae

%33
%55
%0
%32

Triadic Colors of #754fae

#754fae #ae754f #4fae75

Analogous Colors of #754fae

#754fae #a54fae #4f59ae

Monochromatic Colors of #754fae

#754fae

Complementary Color

#754fae #88ae4f

#754fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#754fae Color CSS Codes

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

#754fae Text Font Color

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

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


#754fae Background Color

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

This div background color is #754fae


#754fae Border Color

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

This div border color is #754fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754fae


Comments

No comments written yet.

Please login to write comment.