Color Hex Logo

#75206d Color Hex

#75206D
(117,32,109)
0 Favorites   0 Comments

Color spaces of #75206d

RGB 11732109
HSL0.850.570.29
HSV306°73°46°
CMYK 0.000.730.07   0.54
XYZ10.61295.919115.0511
Yxy5.91910.33600.1874
Hunter Lab24.329235.2893-19.6489
CIE-Lab29.207445.9101-25.4670

#75206d color RGB value is (117,32,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 01101101
Octal 165 40 155
Decimal 117 32 109
Hex 75 20 6D

RGB Percentages of Color #75206d

%45.35
%12.40
%42.25

CMYK Percentages of Color #75206d

%0
%73
%7
%54

Triadic Colors of #75206d

#75206d #6d7520 #206d75

Analogous Colors of #75206d

#75206d #752042 #532075

Monochromatic Colors of #75206d

#75206d

Complementary Color

#75206d #207528

#75206d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75206d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75206d Color CSS Codes

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

#75206d Text Font Color

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

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


#75206d Background Color

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

This div background color is #75206d


#75206d Border Color

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

This div border color is #75206d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75206d


Comments

No comments written yet.

Please login to write comment.