Color Hex Logo

#75339e Color Hex

#75339E
(117,51,158)
0 Favorites   0 Comments

Color spaces of #75339e

RGB 11751158
HSL0.770.510.41
HSV277°68°62°
CMYK 0.260.680.00   0.38
XYZ14.69158.618233.2369
Yxy8.61820.25980.1524
Hunter Lab29.356837.9554-46.5767
CIE-Lab35.238647.4804-46.3212

#75339e color RGB value is (117,51,158).

#75339e hex color red value is 117, green value is 51 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #75339e hue: 0.77 , saturation: 0.51 and the lightness value of 75339e is 0.41.

The process color (four color CMYK) of #75339e color hex is 0.26, 0.68, 0.00, 0.38. Web safe color of #75339e is #663399. Color #75339e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110011 10011110
Octal 165 63 236
Decimal 117 51 158
Hex 75 33 9E

RGB Percentages of Color #75339e

%35.89
%15.64
%48.47

CMYK Percentages of Color #75339e

%26
%68
%0
%38

Triadic Colors of #75339e

#75339e #9e7533 #339e75

Analogous Colors of #75339e

#75339e #9e3392 #3f339e

Monochromatic Colors of #75339e

#75339e

Complementary Color

#75339e #5c9e33

#75339e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75339e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75339e Color CSS Codes

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

#75339e Text Font Color

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

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


#75339e Background Color

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

This div background color is #75339e


#75339e Border Color

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

This div border color is #75339e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,51,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75339e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75339e;
  -webkit-box-shadow: 1px 1px 3px 2px #75339e;
  box-shadow:         1px 1px 3px 2px #75339e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75339e


Comments

No comments written yet.

Please login to write comment.