Color Hex Logo

#750e5f Color Hex

#750E5F
(117,14,95)
0 Favorites   0 Comments

Color spaces of #750e5f

RGB 1171495
HSL0.870.790.26
HSV313°88°46°
CMYK 0.000.880.19   0.54
XYZ9.55874.922211.2728
Yxy4.92220.37120.1911
Hunter Lab22.186038.0799-14.5952
CIE-Lab26.512049.2769-20.6154

#750e5f color RGB value is (117,14,95).

#750e5f hex color red value is 117, green value is 14 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #750e5f hue: 0.87 , saturation: 0.79 and the lightness value of 750e5f is 0.26.

The process color (four color CMYK) of #750e5f color hex is 0.00, 0.88, 0.19, 0.54. Web safe color of #750e5f is #660066. Color #750e5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001110 01011111
Octal 165 16 137
Decimal 117 14 95
Hex 75 E 5F

RGB Percentages of Color #750e5f

%51.77
%6.19
%42.04

CMYK Percentages of Color #750e5f

%0
%88
%19
%54

Triadic Colors of #750e5f

#750e5f #5f750e #0e5f75

Analogous Colors of #750e5f

#750e5f #750e2b #580e75

Monochromatic Colors of #750e5f

#750e5f

Complementary Color

#750e5f #0e7524

#750e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#750e5f Color CSS Codes

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

#750e5f Text Font Color

<p style="color:#750e5f">Text here</p>

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


#750e5f Background Color

<div style="background-color:#750e5f">
Div content here</div>

This div background color is #750e5f


#750e5f Border Color

<div style="border:3px solid #750e5f">
Div here</div>

This div border color is #750e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750e5f


Comments

No comments written yet.

Please login to write comment.