Color Hex Logo

#75125f Color Hex

#75125F
(117,18,95)
0 Favorites   0 Comments

Color spaces of #75125f

RGB 1171895
HSL0.870.730.26
HSV313°85°46°
CMYK 0.000.850.19   0.54
XYZ9.61805.040711.2925
Yxy5.04070.37060.1942
Hunter Lab22.451537.1775-14.1052
CIE-Lab26.850448.2979-20.0866

#75125f color RGB value is (117,18,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010010 01011111
Octal 165 22 137
Decimal 117 18 95
Hex 75 12 5F

RGB Percentages of Color #75125f

%50.87
%7.83
%41.30

CMYK Percentages of Color #75125f

%0
%85
%19
%54

Triadic Colors of #75125f

#75125f #5f7512 #125f75

Analogous Colors of #75125f

#75125f #75122d #5a1275

Monochromatic Colors of #75125f

#75125f

Complementary Color

#75125f #127528

#75125f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75125f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75125f Color CSS Codes

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

#75125f Text Font Color

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

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


#75125f Background Color

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

This div background color is #75125f


#75125f Border Color

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

This div border color is #75125f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75125f


Comments

No comments written yet.

Please login to write comment.