Color Hex Logo

#752881 Color Hex

#752881
(117,40,129)
0 Favorites   0 Comments

Color spaces of #752881

RGB 11740129
HSL0.810.530.33
HSV292°69°51°
CMYK 0.090.690.00   0.49
XYZ12.05746.884521.4622
Yxy6.88450.29840.1704
Hunter Lab26.238336.1097-30.1307
CIE-Lab31.542546.3075-34.4253

#752881 color RGB value is (117,40,129).

#752881 hex color red value is 117, green value is 40 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #752881 hue: 0.81 , saturation: 0.53 and the lightness value of 752881 is 0.33.

The process color (four color CMYK) of #752881 color hex is 0.09, 0.69, 0.00, 0.49. Web safe color of #752881 is #663399. Color #752881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101000 10000001
Octal 165 50 201
Decimal 117 40 129
Hex 75 28 81

RGB Percentages of Color #752881

%40.91
%13.99
%45.10

CMYK Percentages of Color #752881

%9
%69
%0
%49

Triadic Colors of #752881

#752881 #817528 #288175

Analogous Colors of #752881

#752881 #812861 #482881

Monochromatic Colors of #752881

#752881

Complementary Color

#752881 #348128

#752881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752881 Color CSS Codes

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

#752881 Text Font Color

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

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


#752881 Background Color

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

This div background color is #752881


#752881 Border Color

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

This div border color is #752881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752881


Comments

No comments written yet.

Please login to write comment.