Color Hex Logo

#752564 Color Hex

#752564
(117,37,100)
0 Favorites   0 Comments

Color spaces of #752564

RGB 11737100
HSL0.870.520.30
HSV313°68°46°
CMYK 0.000.680.15   0.54
XYZ10.29796.025112.6768
Yxy6.02510.35510.2078
Hunter Lab24.546131.9311-13.4380
CIE-Lab29.475742.3477-19.2528

#752564 color RGB value is (117,37,100).

#752564 hex color red value is 117, green value is 37 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #752564 hue: 0.87 , saturation: 0.52 and the lightness value of 752564 is 0.30.

The process color (four color CMYK) of #752564 color hex is 0.00, 0.68, 0.15, 0.54. Web safe color of #752564 is #663366. Color #752564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 01100100
Octal 165 45 144
Decimal 117 37 100
Hex 75 25 64

RGB Percentages of Color #752564

%46.06
%14.57
%39.37

CMYK Percentages of Color #752564

%0
%68
%15
%54

Triadic Colors of #752564

#752564 #647525 #256475

Analogous Colors of #752564

#752564 #75253c #5e2575

Monochromatic Colors of #752564

#752564

Complementary Color

#752564 #257536

#752564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752564 Color CSS Codes

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

#752564 Text Font Color

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

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


#752564 Background Color

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

This div background color is #752564


#752564 Border Color

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

This div border color is #752564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752564


Comments

No comments written yet.

Please login to write comment.