Color Hex Logo

#745eae Color Hex

#745EAE
(116,94,174)
0 Favorites   0 Comments

Color spaces of #745eae

RGB 11694174
HSL0.710.330.53
HSV257°46°68°
CMYK 0.330.460.00   0.32
XYZ18.845114.774441.9029
Yxy14.77440.24950.1956
Hunter Lab38.437520.2493-37.7292
CIE-Lab45.323627.2309-39.7456

#745eae color RGB value is (116,94,174).

#745eae hex color red value is 116, green value is 94 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #745eae hue: 0.71 , saturation: 0.33 and the lightness value of 745eae is 0.53.

The process color (four color CMYK) of #745eae color hex is 0.33, 0.46, 0.00, 0.32. Web safe color of #745eae is #666699. Color #745eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011110 10101110
Octal 164 136 256
Decimal 116 94 174
Hex 74 5E AE

RGB Percentages of Color #745eae

%30.21
%24.48
%45.31

CMYK Percentages of Color #745eae

%33
%46
%0
%32

Triadic Colors of #745eae

#745eae #ae745e #5eae74

Analogous Colors of #745eae

#745eae #9c5eae #5e70ae

Monochromatic Colors of #745eae

#745eae

Complementary Color

#745eae #98ae5e

#745eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#745eae Color CSS Codes

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

#745eae Text Font Color

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

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


#745eae Background Color

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

This div background color is #745eae


#745eae Border Color

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

This div border color is #745eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,94,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745eae;
  -webkit-box-shadow: 1px 1px 3px 2px #745eae;
  box-shadow:         1px 1px 3px 2px #745eae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,94,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 #745eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745eae


Comments

No comments written yet.

Please login to write comment.