Color Hex Logo

#752b87 Color Hex

#752B87
(117,43,135)
0 Favorites   0 Comments

Color spaces of #752b87

RGB 11743135
HSL0.800.520.35
HSV288°68°53°
CMYK 0.130.680.00   0.47
XYZ12.57327.258923.6601
Yxy7.25890.28910.1669
Hunter Lab26.942336.1516-33.2074
CIE-Lab32.389246.1906-36.8103

#752b87 color RGB value is (117,43,135).

#752b87 hex color red value is 117, green value is 43 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #752b87 hue: 0.80 , saturation: 0.52 and the lightness value of 752b87 is 0.35.

The process color (four color CMYK) of #752b87 color hex is 0.13, 0.68, 0.00, 0.47. Web safe color of #752b87 is #663399. Color #752b87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101011 10000111
Octal 165 53 207
Decimal 117 43 135
Hex 75 2B 87

RGB Percentages of Color #752b87

%39.66
%14.58
%45.76

CMYK Percentages of Color #752b87

%13
%68
%0
%47

Triadic Colors of #752b87

#752b87 #87752b #2b8775

Analogous Colors of #752b87

#752b87 #872b6b #472b87

Monochromatic Colors of #752b87

#752b87

Complementary Color

#752b87 #3d872b

#752b87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752b87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752b87 Color CSS Codes

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

#752b87 Text Font Color

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

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


#752b87 Background Color

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

This div background color is #752b87


#752b87 Border Color

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

This div border color is #752b87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,43,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752b87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752b87;
  -webkit-box-shadow: 1px 1px 3px 2px #752b87;
  box-shadow:         1px 1px 3px 2px #752b87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752b87


Comments

No comments written yet.

Please login to write comment.