Color Hex Logo

#75395f Color Hex

#75395F
(117,57,95)
0 Favorites   0 Comments

Color spaces of #75395f

RGB 1175795
HSL0.890.340.34
HSV322°51°46°
CMYK 0.000.510.19   0.54
XYZ10.86487.534411.7081
Yxy7.53440.36090.2503
Hunter Lab27.448922.6183-6.0755
CIE-Lab32.993831.4797-10.6334

#75395f color RGB value is (117,57,95).

#75395f hex color red value is 117, green value is 57 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #75395f hue: 0.89 , saturation: 0.34 and the lightness value of 75395f is 0.34.

The process color (four color CMYK) of #75395f color hex is 0.00, 0.51, 0.19, 0.54. Web safe color of #75395f is #663366. Color #75395f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111001 01011111
Octal 165 71 137
Decimal 117 57 95
Hex 75 39 5F

RGB Percentages of Color #75395f

%43.49
%21.19
%35.32

CMYK Percentages of Color #75395f

%0
%51
%19
%54

Triadic Colors of #75395f

#75395f #5f7539 #395f75

Analogous Colors of #75395f

#75395f #753941 #6d3975

Monochromatic Colors of #75395f

#75395f

Complementary Color

#75395f #39754f

#75395f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75395f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75395f Color CSS Codes

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

#75395f Text Font Color

<p style="color:#75395f">Text here</p>

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


#75395f Background Color

<div style="background-color:#75395f">
Div content here</div>

This div background color is #75395f


#75395f Border Color

<div style="border:3px solid #75395f">
Div here</div>

This div border color is #75395f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,57,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75395f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75395f;
  -webkit-box-shadow: 1px 1px 3px 2px #75395f;
  box-shadow:         1px 1px 3px 2px #75395f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75395f


Comments

No comments written yet.

Please login to write comment.