Color Hex Logo

#752679 Color Hex

#752679
(117,38,121)
0 Favorites   0 Comments

Color spaces of #752679

RGB 11738121
HSL0.830.520.31
HSV297°69°47°
CMYK 0.030.690.00   0.53
XYZ11.48046.548618.7481
Yxy6.54860.31220.1781
Hunter Lab25.590235.2965-25.5243
CIE-Lab30.756445.6228-30.6515

#752679 color RGB value is (117,38,121).

#752679 hex color red value is 117, green value is 38 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #752679 hue: 0.83 , saturation: 0.52 and the lightness value of 752679 is 0.31.

The process color (four color CMYK) of #752679 color hex is 0.03, 0.69, 0.00, 0.53. Web safe color of #752679 is #663366. Color #752679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 01111001
Octal 165 46 171
Decimal 117 38 121
Hex 75 26 79

RGB Percentages of Color #752679

%42.39
%13.77
%43.84

CMYK Percentages of Color #752679

%3
%69
%0
%53

Triadic Colors of #752679

#752679 #797526 #267975

Analogous Colors of #752679

#752679 #792654 #4c2679

Monochromatic Colors of #752679

#752679

Complementary Color

#752679 #2a7926

#752679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752679 Color CSS Codes

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

#752679 Text Font Color

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

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


#752679 Background Color

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

This div background color is #752679


#752679 Border Color

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

This div border color is #752679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752679


Comments

No comments written yet.

Please login to write comment.