Color Hex Logo

#75309e Color Hex

#75309E
(117,48,158)
0 Favorites   0 Comments

Color spaces of #75309e

RGB 11748158
HSL0.770.530.40
HSV278°70°62°
CMYK 0.260.700.00   0.38
XYZ14.56468.364433.1946
Yxy8.36440.25950.1490
Hunter Lab28.921339.2794-47.8056
CIE-Lab34.730648.8952-47.1400

#75309e color RGB value is (117,48,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 10011110
Octal 165 60 236
Decimal 117 48 158
Hex 75 30 9E

RGB Percentages of Color #75309e

%36.22
%14.86
%48.92

CMYK Percentages of Color #75309e

%26
%70
%0
%38

Triadic Colors of #75309e

#75309e #9e7530 #309e75

Analogous Colors of #75309e

#75309e #9e3090 #3e309e

Monochromatic Colors of #75309e

#75309e

Complementary Color

#75309e #599e30

#75309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75309e Color CSS Codes

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

#75309e Text Font Color

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

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


#75309e Background Color

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

This div background color is #75309e


#75309e Border Color

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

This div border color is #75309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75309e


Comments

No comments written yet.

Please login to write comment.