Color Hex Logo

#752260 Color Hex

#752260
(117,34,96)
0 Favorites   0 Comments

Color spaces of #752260

RGB 1173496
HSL0.880.550.30
HSV315°71°46°
CMYK 0.000.710.18   0.54
XYZ10.01955.770511.6521
Yxy5.77050.36510.2103
Hunter Lab24.021932.4139-11.9440
CIE-Lab28.825942.9809-17.6675

#752260 color RGB value is (117,34,96).

#752260 hex color red value is 117, green value is 34 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #752260 hue: 0.88 , saturation: 0.55 and the lightness value of 752260 is 0.30.

The process color (four color CMYK) of #752260 color hex is 0.00, 0.71, 0.18, 0.54. Web safe color of #752260 is #663366. Color #752260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100010 01100000
Octal 165 42 140
Decimal 117 34 96
Hex 75 22 60

RGB Percentages of Color #752260

%47.37
%13.77
%38.87

CMYK Percentages of Color #752260

%0
%71
%18
%54

Triadic Colors of #752260

#752260 #607522 #226075

Analogous Colors of #752260

#752260 #752237 #612275

Monochromatic Colors of #752260

#752260

Complementary Color

#752260 #227537

#752260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752260 Color CSS Codes

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

#752260 Text Font Color

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

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


#752260 Background Color

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

This div background color is #752260


#752260 Border Color

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

This div border color is #752260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752260


Comments

No comments written yet.

Please login to write comment.