Color Hex Logo

#75509f Color Hex

#75509F
(117,80,159)
0 Favorites   0 Comments

Color spaces of #75509f

RGB 11780159
HSL0.740.330.47
HSV268°50°62°
CMYK 0.260.500.00   0.38
XYZ16.462812.022434.2538
Yxy12.02240.26240.1916
Hunter Lab34.673324.0730-34.3013
CIE-Lab41.251731.9392-37.3133

#75509f color RGB value is (117,80,159).

#75509f hex color red value is 117, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #75509f hue: 0.74 , saturation: 0.33 and the lightness value of 75509f is 0.47.

The process color (four color CMYK) of #75509f color hex is 0.26, 0.50, 0.00, 0.38. Web safe color of #75509f is #666699. Color #75509f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010000 10011111
Octal 165 120 237
Decimal 117 80 159
Hex 75 50 9F

RGB Percentages of Color #75509f

%32.87
%22.47
%44.66

CMYK Percentages of Color #75509f

%26
%50
%0
%38

Triadic Colors of #75509f

#75509f #9f7550 #509f75

Analogous Colors of #75509f

#75509f #9d509f #50529f

Monochromatic Colors of #75509f

#75509f

Complementary Color

#75509f #7a9f50

#75509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75509f Color CSS Codes

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

#75509f Text Font Color

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

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


#75509f Background Color

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

This div background color is #75509f


#75509f Border Color

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

This div border color is #75509f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,80,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75509f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75509f;
  -webkit-box-shadow: 1px 1px 3px 2px #75509f;
  box-shadow:         1px 1px 3px 2px #75509f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75509f


Comments

No comments written yet.

Please login to write comment.