Color Hex Logo

#7355ae Color Hex

#7355AE
(115,85,174)
0 Favorites   0 Comments

Color spaces of #7355ae

RGB 11585174
HSL0.720.350.51
HSV260°51°68°
CMYK 0.340.510.00   0.32
XYZ17.958713.197841.6453
Yxy13.19780.24670.1813
Hunter Lab36.328824.6640-42.5366
CIE-Lab43.059832.3441-43.3501

#7355ae color RGB value is (115,85,174).

#7355ae hex color red value is 115, green value is 85 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7355ae hue: 0.72 , saturation: 0.35 and the lightness value of 7355ae is 0.51.

The process color (four color CMYK) of #7355ae color hex is 0.34, 0.51, 0.00, 0.32. Web safe color of #7355ae is #666699. Color #7355ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010101 10101110
Octal 163 125 256
Decimal 115 85 174
Hex 73 55 AE

RGB Percentages of Color #7355ae

%30.75
%22.73
%46.52

CMYK Percentages of Color #7355ae

%34
%51
%0
%32

Triadic Colors of #7355ae

#7355ae #ae7355 #55ae73

Analogous Colors of #7355ae

#7355ae #a055ae #5563ae

Monochromatic Colors of #7355ae

#7355ae

Complementary Color

#7355ae #90ae55

#7355ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7355ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7355ae Color CSS Codes

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

#7355ae Text Font Color

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

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


#7355ae Background Color

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

This div background color is #7355ae


#7355ae Border Color

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

This div border color is #7355ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7355ae


Comments

No comments written yet.

Please login to write comment.