Color Hex Logo

#75306f Color Hex

#75306F
(117,48,111)
0 Favorites   0 Comments

Color spaces of #75306f

RGB 11748111
HSL0.850.420.32
HSV305°59°46°
CMYK 0.000.590.05   0.54
XYZ11.26237.043515.8049
Yxy7.04350.33020.2065
Hunter Lab26.539629.3037-16.7308
CIE-Lab31.905739.0935-22.5131

#75306f color RGB value is (117,48,111).

#75306f hex color red value is 117, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #75306f hue: 0.85 , saturation: 0.42 and the lightness value of 75306f is 0.32.

The process color (four color CMYK) of #75306f color hex is 0.00, 0.59, 0.05, 0.54. Web safe color of #75306f is #663366. Color #75306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 01101111
Octal 165 60 157
Decimal 117 48 111
Hex 75 30 6F

RGB Percentages of Color #75306f

%42.39
%17.39
%40.22

CMYK Percentages of Color #75306f

%0
%59
%5
%54

Triadic Colors of #75306f

#75306f #6f7530 #306f75

Analogous Colors of #75306f

#75306f #75304d #583075

Monochromatic Colors of #75306f

#75306f

Complementary Color

#75306f #307536

#75306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75306f Color CSS Codes

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

#75306f Text Font Color

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

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


#75306f Background Color

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

This div background color is #75306f


#75306f Border Color

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

This div border color is #75306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75306f


Comments

No comments written yet.

Please login to write comment.