Color Hex Logo

#752788 Color Hex

#752788
(117,39,136)
0 Favorites   0 Comments

Color spaces of #752788

RGB 11739136
HSL0.800.550.34
HSV288°71°53°
CMYK 0.140.710.00   0.47
XYZ12.50567.010523.9866
Yxy7.01050.28750.1612
Hunter Lab26.477337.9725-35.1784
CIE-Lab31.830848.1400-38.3236

#752788 color RGB value is (117,39,136).

#752788 hex color red value is 117, green value is 39 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #752788 hue: 0.80 , saturation: 0.55 and the lightness value of 752788 is 0.34.

The process color (four color CMYK) of #752788 color hex is 0.14, 0.71, 0.00, 0.47. Web safe color of #752788 is #663399. Color #752788 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 10001000
Octal 165 47 210
Decimal 117 39 136
Hex 75 27 88

RGB Percentages of Color #752788

%40.07
%13.36
%46.58

CMYK Percentages of Color #752788

%14
%71
%0
%47

Triadic Colors of #752788

#752788 #887527 #278875

Analogous Colors of #752788

#752788 #88276b #442788

Monochromatic Colors of #752788

#752788

Complementary Color

#752788 #3a8827

#752788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752788 Color CSS Codes

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

#752788 Text Font Color

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

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


#752788 Background Color

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

This div background color is #752788


#752788 Border Color

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

This div border color is #752788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752788


Comments

No comments written yet.

Please login to write comment.