Color Hex Logo

#736fae Color Hex

#736FAE
(115,111,174)
0 Favorites   0 Comments

Color spaces of #736fae

RGB 115111174
HSL0.680.280.56
HSV244°36°68°
CMYK 0.340.360.00   0.32
XYZ20.394718.069742.4573
Yxy18.06970.25200.2233
Hunter Lab42.508511.2509-29.4627
CIE-Lab49.580516.6640-33.0449

#736fae color RGB value is (115,111,174).

#736fae hex color red value is 115, green value is 111 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #736fae hue: 0.68 , saturation: 0.28 and the lightness value of 736fae is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101111 10101110
Octal 163 157 256
Decimal 115 111 174
Hex 73 6F AE

RGB Percentages of Color #736fae

%28.75
%27.75
%43.50

CMYK Percentages of Color #736fae

%34
%36
%0
%32

Triadic Colors of #736fae

#736fae #ae736f #6fae73

Analogous Colors of #736fae

#736fae #936fae #6f8bae

Monochromatic Colors of #736fae

#736fae

Complementary Color

#736fae #aaae6f

#736fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#736fae Color CSS Codes

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

#736fae Text Font Color

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

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


#736fae Background Color

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

This div background color is #736fae


#736fae Border Color

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

This div border color is #736fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736fae


Comments

No comments written yet.

Please login to write comment.