Color Hex Logo

#75296f Color Hex

#75296F
(117,41,111)
0 Favorites   0 Comments

Color spaces of #75296f

RGB 11741111
HSL0.850.480.31
HSV305°65°46°
CMYK 0.000.650.05   0.54
XYZ10.99836.515515.7169
Yxy6.51550.33100.1961
Hunter Lab25.525532.2417-18.6390
CIE-Lab30.677542.4537-24.4353

#75296f color RGB value is (117,41,111).

#75296f hex color red value is 117, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #75296f hue: 0.85 , saturation: 0.48 and the lightness value of 75296f is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 01101111
Octal 165 51 157
Decimal 117 41 111
Hex 75 29 6F

RGB Percentages of Color #75296f

%43.49
%15.24
%41.26

CMYK Percentages of Color #75296f

%0
%65
%5
%54

Triadic Colors of #75296f

#75296f #6f7529 #296f75

Analogous Colors of #75296f

#75296f #752949 #552975

Monochromatic Colors of #75296f

#75296f

Complementary Color

#75296f #29752f

#75296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75296f Color CSS Codes

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

#75296f Text Font Color

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

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


#75296f Background Color

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

This div background color is #75296f


#75296f Border Color

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

This div border color is #75296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75296f


Comments

No comments written yet.

Please login to write comment.