Color Hex Logo

#75357d Color Hex

#75357D
(117,53,125)
0 Favorites   0 Comments

Color spaces of #75357d

RGB 11753125
HSL0.810.400.35
HSV293°58°49°
CMYK 0.060.580.00   0.51
XYZ12.31097.808820.2604
Yxy7.80880.30490.1934
Hunter Lab27.944229.7362-23.4261
CIE-Lab33.581539.2673-28.6954

#75357d color RGB value is (117,53,125).

#75357d hex color red value is 117, green value is 53 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #75357d hue: 0.81 , saturation: 0.40 and the lightness value of 75357d is 0.35.

The process color (four color CMYK) of #75357d color hex is 0.06, 0.58, 0.00, 0.51. Web safe color of #75357d is #663366. Color #75357d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110101 01111101
Octal 165 65 175
Decimal 117 53 125
Hex 75 35 7D

RGB Percentages of Color #75357d

%39.66
%17.97
%42.37

CMYK Percentages of Color #75357d

%6
%58
%0
%51

Triadic Colors of #75357d

#75357d #7d7535 #357d75

Analogous Colors of #75357d

#75357d #7d3561 #51357d

Monochromatic Colors of #75357d

#75357d

Complementary Color

#75357d #3d7d35

#75357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75357d Color CSS Codes

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

#75357d Text Font Color

<p style="color:#75357d">Text here</p>

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


#75357d Background Color

<div style="background-color:#75357d">
Div content here</div>

This div background color is #75357d


#75357d Border Color

<div style="border:3px solid #75357d">
Div here</div>

This div border color is #75357d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75357d


Comments

No comments written yet.

Please login to write comment.