Color Hex Logo

#7385ae Color Hex

#7385AE
(115,133,174)
0 Favorites   0 Comments

Color spaces of #7385ae

RGB 115133174
HSL0.620.270.57
HSV222°34°68°
CMYK 0.340.240.00   0.32
XYZ23.097723.475943.3583
Yxy23.47590.25680.2610
Hunter Lab48.45190.3025-19.1406
CIE-Lab55.55923.5736-23.7632

#7385ae color RGB value is (115,133,174).

#7385ae hex color red value is 115, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7385ae hue: 0.62 , saturation: 0.27 and the lightness value of 7385ae is 0.57.

The process color (four color CMYK) of #7385ae color hex is 0.34, 0.24, 0.00, 0.32. Web safe color of #7385ae is #669999. Color #7385ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 10101110
Octal 163 205 256
Decimal 115 133 174
Hex 73 85 AE

RGB Percentages of Color #7385ae

%27.25
%31.52
%41.23

CMYK Percentages of Color #7385ae

%34
%24
%0
%32

Triadic Colors of #7385ae

#7385ae #ae7385 #85ae73

Analogous Colors of #7385ae

#7385ae #7f73ae #73a3ae

Monochromatic Colors of #7385ae

#7385ae

Complementary Color

#7385ae #ae9c73

#7385ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7385ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7385ae Color CSS Codes

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

#7385ae Text Font Color

<p style="color:#7385ae">Text here</p>

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


#7385ae Background Color

<div style="background-color:#7385ae">
Div content here</div>

This div background color is #7385ae


#7385ae Border Color

<div style="border:3px solid #7385ae">
Div here</div>

This div border color is #7385ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7385ae


Comments

No comments written yet.

Please login to write comment.