Color Hex Logo

#753582 Color Hex

#753582
(117,53,130)
0 Favorites   0 Comments

Color spaces of #753582

RGB 11753130
HSL0.810.420.36
HSV290°59°51°
CMYK 0.100.590.00   0.49
XYZ12.63857.939821.9855
Yxy7.93980.29690.1865
Hunter Lab28.177730.7516-26.5364
CIE-Lab33.857240.3032-31.3728

#753582 color RGB value is (117,53,130).

#753582 hex color red value is 117, green value is 53 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #753582 hue: 0.81 , saturation: 0.42 and the lightness value of 753582 is 0.36.

The process color (four color CMYK) of #753582 color hex is 0.10, 0.59, 0.00, 0.49. Web safe color of #753582 is #663399. Color #753582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110101 10000010
Octal 165 65 202
Decimal 117 53 130
Hex 75 35 82

RGB Percentages of Color #753582

%39.00
%17.67
%43.33

CMYK Percentages of Color #753582

%10
%59
%0
%49

Triadic Colors of #753582

#753582 #827535 #358275

Analogous Colors of #753582

#753582 #823569 #4f3582

Monochromatic Colors of #753582

#753582

Complementary Color

#753582 #428235

#753582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753582 Color CSS Codes

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

#753582 Text Font Color

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

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


#753582 Background Color

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

This div background color is #753582


#753582 Border Color

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

This div border color is #753582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753582


Comments

No comments written yet.

Please login to write comment.