Color Hex Logo

#75356e Color Hex

#75356E
(117,53,110)
0 Favorites   0 Comments

Color spaces of #75356e

RGB 11753110
HSL0.850.380.33
HSV307°55°46°
CMYK 0.000.550.06   0.54
XYZ11.42377.453915.5885
Yxy7.45390.33140.2163
Hunter Lab27.301826.9102-14.7415
CIE-Lab32.818736.3261-20.4571

#75356e color RGB value is (117,53,110).

#75356e hex color red value is 117, green value is 53 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #75356e hue: 0.85 , saturation: 0.38 and the lightness value of 75356e is 0.33.

The process color (four color CMYK) of #75356e color hex is 0.00, 0.55, 0.06, 0.54. Web safe color of #75356e is #663366. Color #75356e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110101 01101110
Octal 165 65 156
Decimal 117 53 110
Hex 75 35 6E

RGB Percentages of Color #75356e

%41.79
%18.93
%39.29

CMYK Percentages of Color #75356e

%0
%55
%6
%54

Triadic Colors of #75356e

#75356e #6e7535 #356e75

Analogous Colors of #75356e

#75356e #75354e #5c3575

Monochromatic Colors of #75356e

#75356e

Complementary Color

#75356e #35753c

#75356e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75356e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75356e Color CSS Codes

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

#75356e Text Font Color

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

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


#75356e Background Color

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

This div background color is #75356e


#75356e Border Color

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

This div border color is #75356e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75356e


Comments

No comments written yet.

Please login to write comment.