Color Hex Logo

#75276f Color Hex

#75276F
(117,39,111)
0 Favorites   0 Comments

Color spaces of #75276f

RGB 11739111
HSL0.850.500.31
HSV305°67°46°
CMYK 0.000.670.05   0.54
XYZ10.93096.380615.6944
Yxy6.38060.33120.1933
Hunter Lab25.259833.0390-19.1561
CIE-Lab30.353143.3532-24.9445

#75276f color RGB value is (117,39,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 01101111
Octal 165 47 157
Decimal 117 39 111
Hex 75 27 6F

RGB Percentages of Color #75276f

%43.82
%14.61
%41.57

CMYK Percentages of Color #75276f

%0
%67
%5
%54

Triadic Colors of #75276f

#75276f #6f7527 #276f75

Analogous Colors of #75276f

#75276f #752748 #542775

Monochromatic Colors of #75276f

#75276f

Complementary Color

#75276f #27752d

#75276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75276f Color CSS Codes

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

#75276f Text Font Color

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

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


#75276f Background Color

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

This div background color is #75276f


#75276f Border Color

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

This div border color is #75276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75276f


Comments

No comments written yet.

Please login to write comment.