Color Hex Logo

#754aae Color Hex

#754AAE
(117,74,174)
0 Favorites   0 Comments

Color spaces of #754aae

RGB 11774174
HSL0.740.400.49
HSV266°57°68°
CMYK 0.330.570.00   0.32
XYZ17.424911.735541.3912
Yxy11.73550.24700.1663
Hunter Lab34.257130.8442-47.6572
CIE-Lab40.792639.2450-46.9631

#754aae color RGB value is (117,74,174).

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

The process color (four color CMYK) of #754aae color hex is 0.33, 0.57, 0.00, 0.32. Web safe color of #754aae is #663399. Color #754aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001010 10101110
Octal 165 112 256
Decimal 117 74 174
Hex 75 4A AE

RGB Percentages of Color #754aae

%32.05
%20.27
%47.67

CMYK Percentages of Color #754aae

%33
%57
%0
%32

Triadic Colors of #754aae

#754aae #ae754a #4aae75

Analogous Colors of #754aae

#754aae #a74aae #4a51ae

Monochromatic Colors of #754aae

#754aae

Complementary Color

#754aae #83ae4a

#754aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#754aae Color CSS Codes

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

#754aae Text Font Color

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

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


#754aae Background Color

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

This div background color is #754aae


#754aae Border Color

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

This div border color is #754aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,74,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 #754aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754aae


Comments

No comments written yet.

Please login to write comment.