Color Hex Logo

#75478e Color Hex

#75478E
(117,71,142)
0 Favorites   0 Comments

Color spaces of #75478e

RGB 11771142
HSL0.770.330.42
HSV279°50°56°
CMYK 0.180.500.00   0.44
XYZ14.471810.241426.8052
Yxy10.24140.28090.1988
Hunter Lab32.002224.7162-27.2601
CIE-Lab38.272233.0598-31.7749

#75478e color RGB value is (117,71,142).

#75478e hex color red value is 117, green value is 71 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #75478e hue: 0.77 , saturation: 0.33 and the lightness value of 75478e is 0.42.

The process color (four color CMYK) of #75478e color hex is 0.18, 0.50, 0.00, 0.44. Web safe color of #75478e is #663399. Color #75478e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 10001110
Octal 165 107 216
Decimal 117 71 142
Hex 75 47 8E

RGB Percentages of Color #75478e

%35.45
%21.52
%43.03

CMYK Percentages of Color #75478e

%18
%50
%0
%44

Triadic Colors of #75478e

#75478e #8e7547 #478e75

Analogous Colors of #75478e

#75478e #8e4784 #51478e

Monochromatic Colors of #75478e

#75478e

Complementary Color

#75478e #608e47

#75478e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75478e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75478e Color CSS Codes

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

#75478e Text Font Color

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

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


#75478e Background Color

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

This div background color is #75478e


#75478e Border Color

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

This div border color is #75478e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75478e


Comments

No comments written yet.

Please login to write comment.