Color Hex Logo

#75439e Color Hex

#75439E
(117,67,158)
0 Favorites   0 Comments

Color spaces of #75439e

RGB 11767158
HSL0.760.400.44
HSV273°58°62°
CMYK 0.260.580.00   0.38
XYZ15.514810.264833.5113
Yxy10.26480.26170.1731
Hunter Lab32.038730.3711-39.5880
CIE-Lab38.313539.1477-41.3891

#75439e color RGB value is (117,67,158).

#75439e hex color red value is 117, green value is 67 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #75439e hue: 0.76 , saturation: 0.40 and the lightness value of 75439e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 10011110
Octal 165 103 236
Decimal 117 67 158
Hex 75 43 9E

RGB Percentages of Color #75439e

%34.21
%19.59
%46.20

CMYK Percentages of Color #75439e

%26
%58
%0
%38

Triadic Colors of #75439e

#75439e #9e7543 #439e75

Analogous Colors of #75439e

#75439e #9e439a #48439e

Monochromatic Colors of #75439e

#75439e

Complementary Color

#75439e #6c9e43

#75439e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75439e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75439e Color CSS Codes

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

#75439e Text Font Color

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

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


#75439e Background Color

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

This div background color is #75439e


#75439e Border Color

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

This div border color is #75439e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75439e


Comments

No comments written yet.

Please login to write comment.