Color Hex Logo

#75206e Color Hex

#75206E
(117,32,110)
0 Favorites   0 Comments

Color spaces of #75206e

RGB 11732110
HSL0.850.570.29
HSV305°73°46°
CMYK 0.000.730.06   0.54
XYZ10.66715.940715.3363
Yxy5.94070.33390.1860
Hunter Lab24.373635.4669-20.2449
CIE-Lab29.262446.0825-26.0214

#75206e color RGB value is (117,32,110).

#75206e hex color red value is 117, green value is 32 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #75206e hue: 0.85 , saturation: 0.57 and the lightness value of 75206e is 0.29.

The process color (four color CMYK) of #75206e color hex is 0.00, 0.73, 0.06, 0.54. Web safe color of #75206e is #663366. Color #75206e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 01101110
Octal 165 40 156
Decimal 117 32 110
Hex 75 20 6E

RGB Percentages of Color #75206e

%45.17
%12.36
%42.47

CMYK Percentages of Color #75206e

%0
%73
%6
%54

Triadic Colors of #75206e

#75206e #6e7520 #206e75

Analogous Colors of #75206e

#75206e #752043 #512075

Monochromatic Colors of #75206e

#75206e

Complementary Color

#75206e #207527

#75206e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75206e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75206e Color CSS Codes

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

#75206e Text Font Color

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

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


#75206e Background Color

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

This div background color is #75206e


#75206e Border Color

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

This div border color is #75206e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75206e


Comments

No comments written yet.

Please login to write comment.