Color Hex Logo

#75529a Color Hex

#75529A
(117,82,154)
0 Favorites   0 Comments

Color spaces of #75529a

RGB 11782154
HSL0.750.310.46
HSV269°47°60°
CMYK 0.240.470.00   0.40
XYZ16.186112.149632.0639
Yxy12.14960.26800.2012
Hunter Lab34.856321.8910-30.1408
CIE-Lab41.452929.5016-34.0036

#75529a color RGB value is (117,82,154).

#75529a hex color red value is 117, green value is 82 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #75529a hue: 0.75 , saturation: 0.31 and the lightness value of 75529a is 0.46.

The process color (four color CMYK) of #75529a color hex is 0.24, 0.47, 0.00, 0.40. Web safe color of #75529a is #666699. Color #75529a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 10011010
Octal 165 122 232
Decimal 117 82 154
Hex 75 52 9A

RGB Percentages of Color #75529a

%33.14
%23.23
%43.63

CMYK Percentages of Color #75529a

%24
%47
%0
%40

Triadic Colors of #75529a

#75529a #9a7552 #529a75

Analogous Colors of #75529a

#75529a #99529a #52539a

Monochromatic Colors of #75529a

#75529a

Complementary Color

#75529a #779a52

#75529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75529a Color CSS Codes

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

#75529a Text Font Color

<p style="color:#75529a">Text here</p>

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


#75529a Background Color

<div style="background-color:#75529a">
Div content here</div>

This div background color is #75529a


#75529a Border Color

<div style="border:3px solid #75529a">
Div here</div>

This div border color is #75529a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,82,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #75529a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75529a


Comments

No comments written yet.

Please login to write comment.