Color Hex Logo

#75365f Color Hex

#75365F
(117,54,95)
0 Favorites   0 Comments

Color spaces of #75365f

RGB 1175495
HSL0.890.370.34
HSV321°54°46°
CMYK 0.000.540.19   0.54
XYZ10.72087.246511.6601
Yxy7.24650.36190.2446
Hunter Lab26.919323.9800-6.8379
CIE-Lab32.361633.1277-11.5932

#75365f color RGB value is (117,54,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 01011111
Octal 165 66 137
Decimal 117 54 95
Hex 75 36 5F

RGB Percentages of Color #75365f

%43.98
%20.30
%35.71

CMYK Percentages of Color #75365f

%0
%54
%19
%54

Triadic Colors of #75365f

#75365f #5f7536 #365f75

Analogous Colors of #75365f

#75365f #753640 #6c3675

Monochromatic Colors of #75365f

#75365f

Complementary Color

#75365f #36754c

#75365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75365f Color CSS Codes

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

#75365f Text Font Color

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

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


#75365f Background Color

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

This div background color is #75365f


#75365f Border Color

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

This div border color is #75365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75365f


Comments

No comments written yet.

Please login to write comment.