Color Hex Logo

#75055e Color Hex

#75055E
(117,5,94)
0 Favorites   0 Comments

Color spaces of #75055e

RGB 117594
HSL0.870.920.24
HSV312°96°46°
CMYK 0.000.960.20   0.54
XYZ9.41084.698611.0006
Yxy4.69860.37480.1871
Hunter Lab21.676339.5628-14.9160
CIE-Lab25.858250.8893-20.9805

#75055e color RGB value is (117,5,94).

#75055e hex color red value is 117, green value is 5 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #75055e hue: 0.87 , saturation: 0.92 and the lightness value of 75055e is 0.24.

The process color (four color CMYK) of #75055e color hex is 0.00, 0.96, 0.20, 0.54. Web safe color of #75055e is #660066. Color #75055e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000101 01011110
Octal 165 5 136
Decimal 117 5 94
Hex 75 5 5E

RGB Percentages of Color #75055e

%54.17
%2.31
%43.52

CMYK Percentages of Color #75055e

%0
%96
%20
%54

Triadic Colors of #75055e

#75055e #5e7505 #055e75

Analogous Colors of #75055e

#75055e #750526 #540575

Monochromatic Colors of #75055e

#75055e

Complementary Color

#75055e #05751c

#75055e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75055e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75055e Color CSS Codes

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

#75055e Text Font Color

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

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


#75055e Background Color

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

This div background color is #75055e


#75055e Border Color

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

This div border color is #75055e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75055e


Comments

No comments written yet.

Please login to write comment.