Color Hex Logo

#7552ae Color Hex

#7552AE
(117,82,174)
0 Favorites   0 Comments

Color spaces of #7552ae

RGB 11782174
HSL0.730.360.50
HSV263°53°68°
CMYK 0.330.530.00   0.32
XYZ17.993412.872541.5807
Yxy12.87250.24840.1777
Hunter Lab35.878326.7330-43.5987
CIE-Lab42.570534.6377-44.1185

#7552ae color RGB value is (117,82,174).

#7552ae hex color red value is 117, green value is 82 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7552ae hue: 0.73 , saturation: 0.36 and the lightness value of 7552ae is 0.50.

The process color (four color CMYK) of #7552ae color hex is 0.33, 0.53, 0.00, 0.32. Web safe color of #7552ae is #666699. Color #7552ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 10101110
Octal 165 122 256
Decimal 117 82 174
Hex 75 52 AE

RGB Percentages of Color #7552ae

%31.37
%21.98
%46.65

CMYK Percentages of Color #7552ae

%33
%53
%0
%32

Triadic Colors of #7552ae

#7552ae #ae7552 #52ae75

Analogous Colors of #7552ae

#7552ae #a352ae #525dae

Monochromatic Colors of #7552ae

#7552ae

Complementary Color

#7552ae #8bae52

#7552ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7552ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7552ae Color CSS Codes

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

#7552ae Text Font Color

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

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


#7552ae Background Color

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

This div background color is #7552ae


#7552ae Border Color

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

This div border color is #7552ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7552ae


Comments

No comments written yet.

Please login to write comment.