Color Hex Logo

#75236e Color Hex

#75236E
(117,35,110)
0 Favorites   0 Comments

Color spaces of #75236e

RGB 11735110
HSL0.850.540.30
HSV305°70°46°
CMYK 0.000.700.06   0.54
XYZ10.75166.109815.3645
Yxy6.10980.33360.1896
Hunter Lab24.718034.3857-19.5515
CIE-Lab29.687844.8839-25.3516

#75236e color RGB value is (117,35,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 01101110
Octal 165 43 156
Decimal 117 35 110
Hex 75 23 6E

RGB Percentages of Color #75236e

%44.66
%13.36
%41.98

CMYK Percentages of Color #75236e

%0
%70
%6
%54

Triadic Colors of #75236e

#75236e #6e7523 #236e75

Analogous Colors of #75236e

#75236e #752345 #532375

Monochromatic Colors of #75236e

#75236e

Complementary Color

#75236e #23752a

#75236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75236e Color CSS Codes

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

#75236e Text Font Color

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

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


#75236e Background Color

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

This div background color is #75236e


#75236e Border Color

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

This div border color is #75236e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75236e


Comments

No comments written yet.

Please login to write comment.