Color Hex Logo

#753186 Color Hex

#753186
(117,49,134)
0 Favorites   0 Comments

Color spaces of #753186

RGB 11749134
HSL0.800.460.36
HSV288°63°53°
CMYK 0.130.630.00   0.47
XYZ12.73757.699823.3691
Yxy7.69980.29080.1758
Hunter Lab27.748533.3776-30.5086
CIE-Lab33.349743.1553-34.6593

#753186 color RGB value is (117,49,134).

#753186 hex color red value is 117, green value is 49 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #753186 hue: 0.80 , saturation: 0.46 and the lightness value of 753186 is 0.36.

The process color (four color CMYK) of #753186 color hex is 0.13, 0.63, 0.00, 0.47. Web safe color of #753186 is #663399. Color #753186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 10000110
Octal 165 61 206
Decimal 117 49 134
Hex 75 31 86

RGB Percentages of Color #753186

%39.00
%16.33
%44.67

CMYK Percentages of Color #753186

%13
%63
%0
%47

Triadic Colors of #753186

#753186 #867531 #318675

Analogous Colors of #753186

#753186 #86316d #4b3186

Monochromatic Colors of #753186

#753186

Complementary Color

#753186 #428631

#753186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753186 Color CSS Codes

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

#753186 Text Font Color

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

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


#753186 Background Color

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

This div background color is #753186


#753186 Border Color

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

This div border color is #753186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753186


Comments

No comments written yet.

Please login to write comment.