Color Hex Logo

#752771 Color Hex

#752771
(117,39,113)
0 Favorites   0 Comments

Color spaces of #752771

RGB 11739113
HSL0.840.500.31
HSV303°67°46°
CMYK 0.000.670.03   0.54
XYZ11.04236.425216.2810
Yxy6.42520.32720.1904
Hunter Lab25.348033.4007-20.3384
CIE-Lab30.460843.7119-26.0493

#752771 color RGB value is (117,39,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 01110001
Octal 165 47 161
Decimal 117 39 113
Hex 75 27 71

RGB Percentages of Color #752771

%43.49
%14.50
%42.01

CMYK Percentages of Color #752771

%0
%67
%3
%54

Triadic Colors of #752771

#752771 #717527 #277175

Analogous Colors of #752771

#752771 #75274a #522775

Monochromatic Colors of #752771

#752771

Complementary Color

#752771 #27752b

#752771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752771 Color CSS Codes

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

#752771 Text Font Color

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

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


#752771 Background Color

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

This div background color is #752771


#752771 Border Color

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

This div border color is #752771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752771


Comments

No comments written yet.

Please login to write comment.