Color Hex Logo

#75235e Color Hex

#75235E
(117,35,94)
0 Favorites   0 Comments

Color spaces of #75235e

RGB 1173594
HSL0.880.540.30
HSV317°70°46°
CMYK 0.000.700.20   0.54
XYZ9.95755.792111.1828
Yxy5.79210.36970.2151
Hunter Lab24.066831.7365-10.7028
CIE-Lab28.881842.2519-16.2789

#75235e color RGB value is (117,35,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 01011110
Octal 165 43 136
Decimal 117 35 94
Hex 75 23 5E

RGB Percentages of Color #75235e

%47.56
%14.23
%38.21

CMYK Percentages of Color #75235e

%0
%70
%20
%54

Triadic Colors of #75235e

#75235e #5e7523 #235e75

Analogous Colors of #75235e

#75235e #752335 #632375

Monochromatic Colors of #75235e

#75235e

Complementary Color

#75235e #23753a

#75235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75235e Color CSS Codes

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

#75235e Text Font Color

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

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


#75235e Background Color

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

This div background color is #75235e


#75235e Border Color

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

This div border color is #75235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75235e


Comments

No comments written yet.

Please login to write comment.