Color Hex Logo

#752087 Color Hex

#752087
(117,32,135)
0 Favorites   0 Comments

Color spaces of #752087

RGB 11732135
HSL0.800.620.33
HSV290°76°53°
CMYK 0.130.760.00   0.47
XYZ12.22586.564223.5443
Yxy6.56420.28880.1551
Hunter Lab25.620740.3412-36.5504
CIE-Lab30.793550.7003-39.3651

#752087 color RGB value is (117,32,135).

#752087 hex color red value is 117, green value is 32 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #752087 hue: 0.80 , saturation: 0.62 and the lightness value of 752087 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 10000111
Octal 165 40 207
Decimal 117 32 135
Hex 75 20 87

RGB Percentages of Color #752087

%41.20
%11.27
%47.54

CMYK Percentages of Color #752087

%13
%76
%0
%47

Triadic Colors of #752087

#752087 #877520 #208775

Analogous Colors of #752087

#752087 #872066 #422087

Monochromatic Colors of #752087

#752087

Complementary Color

#752087 #328720

#752087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752087 Color CSS Codes

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

#752087 Text Font Color

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

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


#752087 Background Color

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

This div background color is #752087


#752087 Border Color

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

This div border color is #752087


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,32,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 #752087">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752087


Comments

No comments written yet.

Please login to write comment.