Color Hex Logo

#75154e Color Hex

#75154E
(117,21,78)
0 Favorites   0 Comments

Color spaces of #75154e

RGB 1172178
HSL0.900.700.27
HSV324°82°46°
CMYK 0.000.820.33   0.54
XYZ8.97944.86837.6741
Yxy4.86830.41720.2262
Hunter Lab22.064234.0311-5.1765
CIE-Lab26.356245.1528-9.5858

#75154e color RGB value is (117,21,78).

#75154e hex color red value is 117, green value is 21 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #75154e hue: 0.90 , saturation: 0.70 and the lightness value of 75154e is 0.27.

The process color (four color CMYK) of #75154e color hex is 0.00, 0.82, 0.33, 0.54. Web safe color of #75154e is #660066. Color #75154e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 01001110
Octal 165 25 116
Decimal 117 21 78
Hex 75 15 4E

RGB Percentages of Color #75154e

%54.17
%9.72
%36.11

CMYK Percentages of Color #75154e

%0
%82
%33
%54

Triadic Colors of #75154e

#75154e #4e7515 #154e75

Analogous Colors of #75154e

#75154e #75151e #6c1575

Monochromatic Colors of #75154e

#75154e

Complementary Color

#75154e #15753c

#75154e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75154e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75154e Color CSS Codes

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

#75154e Text Font Color

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

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


#75154e Background Color

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

This div background color is #75154e


#75154e Border Color

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

This div border color is #75154e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75154e


Comments

No comments written yet.

Please login to write comment.