Color Hex Logo

#755392 Color Hex

#755392
(117,83,146)
0 Favorites   0 Comments

Color spaces of #755392

RGB 11783146
HSL0.760.280.45
HSV272°43°57°
CMYK 0.200.430.00   0.43
XYZ15.617712.043728.6957
Yxy12.04370.27710.2137
Hunter Lab34.704019.5975-24.7323
CIE-Lab41.285526.9404-29.4597

#755392 color RGB value is (117,83,146).

#755392 hex color red value is 117, green value is 83 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #755392 hue: 0.76 , saturation: 0.28 and the lightness value of 755392 is 0.45.

The process color (four color CMYK) of #755392 color hex is 0.20, 0.43, 0.00, 0.43. Web safe color of #755392 is #666699. Color #755392 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 10010010
Octal 165 123 222
Decimal 117 83 146
Hex 75 53 92

RGB Percentages of Color #755392

%33.82
%23.99
%42.20

CMYK Percentages of Color #755392

%20
%43
%0
%43

Triadic Colors of #755392

#755392 #927553 #539275

Analogous Colors of #755392

#755392 #925390 #565392

Monochromatic Colors of #755392

#755392

Complementary Color

#755392 #709253

#755392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755392 Color CSS Codes

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

#755392 Text Font Color

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

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


#755392 Background Color

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

This div background color is #755392


#755392 Border Color

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

This div border color is #755392


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,83,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755392; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755392;
  -webkit-box-shadow: 1px 1px 3px 2px #755392;
  box-shadow:         1px 1px 3px 2px #755392; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755392


Comments

No comments written yet.

Please login to write comment.