Color Hex Logo

#752593 Color Hex

#752593
(117,37,147)
0 Favorites   0 Comments

Color spaces of #752593

RGB 11737147
HSL0.790.600.36
HSV284°75°58°
CMYK 0.200.750.00   0.42
XYZ13.26417.211628.2966
Yxy7.21160.27200.1479
Hunter Lab26.854441.1706-43.6760
CIE-Lab32.283851.2281-44.3826

#752593 color RGB value is (117,37,147).

#752593 hex color red value is 117, green value is 37 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #752593 hue: 0.79 , saturation: 0.60 and the lightness value of 752593 is 0.36.

The process color (four color CMYK) of #752593 color hex is 0.20, 0.75, 0.00, 0.42. Web safe color of #752593 is #663399. Color #752593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100101 10010011
Octal 165 45 223
Decimal 117 37 147
Hex 75 25 93

RGB Percentages of Color #752593

%38.87
%12.29
%48.84

CMYK Percentages of Color #752593

%20
%75
%0
%42

Triadic Colors of #752593

#752593 #937525 #259375

Analogous Colors of #752593

#752593 #93257a #3e2593

Monochromatic Colors of #752593

#752593

Complementary Color

#752593 #439325

#752593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752593 Color CSS Codes

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

#752593 Text Font Color

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

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


#752593 Background Color

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

This div background color is #752593


#752593 Border Color

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

This div border color is #752593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752593


Comments

No comments written yet.

Please login to write comment.