Color Hex Logo

#75428b Color Hex

#75428B
(117,66,139)
0 Favorites   0 Comments

Color spaces of #75428b

RGB 11766139
HSL0.780.360.40
HSV282°53°55°
CMYK 0.160.530.00   0.45
XYZ13.94459.542425.5330
Yxy9.54240.28450.1947
Hunter Lab30.890826.5184-27.3830
CIE-Lab37.008335.2249-31.9388

#75428b color RGB value is (117,66,139).

#75428b hex color red value is 117, green value is 66 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #75428b hue: 0.78 , saturation: 0.36 and the lightness value of 75428b is 0.40.

The process color (four color CMYK) of #75428b color hex is 0.16, 0.53, 0.00, 0.45. Web safe color of #75428b is #663399. Color #75428b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 10001011
Octal 165 102 213
Decimal 117 66 139
Hex 75 42 8B

RGB Percentages of Color #75428b

%36.34
%20.50
%43.17

CMYK Percentages of Color #75428b

%16
%53
%0
%45

Triadic Colors of #75428b

#75428b #8b7542 #428b75

Analogous Colors of #75428b

#75428b #8b427d #51428b

Monochromatic Colors of #75428b

#75428b

Complementary Color

#75428b #588b42

#75428b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75428b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75428b Color CSS Codes

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

#75428b Text Font Color

<p style="color:#75428b">Text here</p>

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


#75428b Background Color

<div style="background-color:#75428b">
Div content here</div>

This div background color is #75428b


#75428b Border Color

<div style="border:3px solid #75428b">
Div here</div>

This div border color is #75428b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,66,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75428b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75428b;
  -webkit-box-shadow: 1px 1px 3px 2px #75428b;
  box-shadow:         1px 1px 3px 2px #75428b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75428b


Comments

No comments written yet.

Please login to write comment.