Color Hex Logo

#75327e Color Hex

#75327E
(117,50,126)
0 Favorites   0 Comments

Color spaces of #75327e

RGB 11750126
HSL0.810.430.35
HSV293°60°49°
CMYK 0.070.600.00   0.51
XYZ12.24267.569520.5545
Yxy7.56950.30330.1875
Hunter Lab27.512731.2816-25.0361
CIE-Lab33.069741.0044-30.1275

#75327e color RGB value is (117,50,126).

#75327e hex color red value is 117, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #75327e hue: 0.81 , saturation: 0.43 and the lightness value of 75327e is 0.35.

The process color (four color CMYK) of #75327e color hex is 0.07, 0.60, 0.00, 0.51. Web safe color of #75327e is #663366. Color #75327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 01111110
Octal 165 62 176
Decimal 117 50 126
Hex 75 32 7E

RGB Percentages of Color #75327e

%39.93
%17.06
%43.00

CMYK Percentages of Color #75327e

%7
%60
%0
%51

Triadic Colors of #75327e

#75327e #7e7532 #327e75

Analogous Colors of #75327e

#75327e #7e3261 #4f327e

Monochromatic Colors of #75327e

#75327e

Complementary Color

#75327e #3b7e32

#75327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75327e Color CSS Codes

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

#75327e Text Font Color

<p style="color:#75327e">Text here</p>

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


#75327e Background Color

<div style="background-color:#75327e">
Div content here</div>

This div background color is #75327e


#75327e Border Color

<div style="border:3px solid #75327e">
Div here</div>

This div border color is #75327e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,50,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75327e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75327e;
  -webkit-box-shadow: 1px 1px 3px 2px #75327e;
  box-shadow:         1px 1px 3px 2px #75327e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75327e


Comments

No comments written yet.

Please login to write comment.