Color Hex Logo

#752597 Color Hex

#752597
(117,37,151)
0 Favorites   0 Comments

Color spaces of #752597

RGB 11737151
HSL0.780.610.37
HSV282°75°59°
CMYK 0.230.750.00   0.41
XYZ13.58367.339429.9789
Yxy7.33940.26690.1442
Hunter Lab27.091342.0901-46.6456
CIE-Lab32.567452.0718-46.3745

#752597 color RGB value is (117,37,151).

#752597 hex color red value is 117, green value is 37 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #752597 hue: 0.78 , saturation: 0.61 and the lightness value of 752597 is 0.37.

The process color (four color CMYK) of #752597 color hex is 0.23, 0.75, 0.00, 0.41. Web safe color of #752597 is #663399. Color #752597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 10010111
Octal 165 45 227
Decimal 117 37 151
Hex 75 25 97

RGB Percentages of Color #752597

%38.36
%12.13
%49.51

CMYK Percentages of Color #752597

%23
%75
%0
%41

Triadic Colors of #752597

#752597 #977525 #259775

Analogous Colors of #752597

#752597 #972580 #3c2597

Monochromatic Colors of #752597

#752597

Complementary Color

#752597 #479725

#752597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752597 Color CSS Codes

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

#752597 Text Font Color

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

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


#752597 Background Color

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

This div background color is #752597


#752597 Border Color

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

This div border color is #752597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752597


Comments

No comments written yet.

Please login to write comment.