Color Hex Logo

#734fae Color Hex

#734FAE
(115,79,174)
0 Favorites   0 Comments

Color spaces of #734fae

RGB 11579174
HSL0.730.380.50
HSV263°55°68°
CMYK 0.340.550.00   0.32
XYZ17.506212.292841.4945
Yxy12.29280.24560.1724
Hunter Lab35.061127.7692-45.6264
CIE-Lab41.677735.8708-45.5574

#734fae color RGB value is (115,79,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001111 10101110
Octal 163 117 256
Decimal 115 79 174
Hex 73 4F AE

RGB Percentages of Color #734fae

%31.25
%21.47
%47.28

CMYK Percentages of Color #734fae

%34
%55
%0
%32

Triadic Colors of #734fae

#734fae #ae734f #4fae73

Analogous Colors of #734fae

#734fae #a34fae #4f5bae

Monochromatic Colors of #734fae

#734fae

Complementary Color

#734fae #8aae4f

#734fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#734fae Color CSS Codes

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

#734fae Text Font Color

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

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


#734fae Background Color

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

This div background color is #734fae


#734fae Border Color

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

This div border color is #734fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #734fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734fae


Comments

No comments written yet.

Please login to write comment.