Color Hex Logo

#753066 Color Hex

#753066
(117,48,102)
0 Favorites   0 Comments

Color spaces of #753066

RGB 11748102
HSL0.870.420.32
HSV313°59°46°
CMYK 0.000.590.13   0.54
XYZ10.79136.855113.3248
Yxy6.85510.34840.2213
Hunter Lab26.182227.7518-11.8466
CIE-Lab31.474737.4788-17.4426

#753066 color RGB value is (117,48,102).

#753066 hex color red value is 117, green value is 48 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #753066 hue: 0.87 , saturation: 0.42 and the lightness value of 753066 is 0.32.

The process color (four color CMYK) of #753066 color hex is 0.00, 0.59, 0.13, 0.54. Web safe color of #753066 is #663366. Color #753066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 01100110
Octal 165 60 146
Decimal 117 48 102
Hex 75 30 66

RGB Percentages of Color #753066

%43.82
%17.98
%38.20

CMYK Percentages of Color #753066

%0
%59
%13
%54

Triadic Colors of #753066

#753066 #667530 #306675

Analogous Colors of #753066

#753066 #753044 #613075

Monochromatic Colors of #753066

#753066

Complementary Color

#753066 #30753f

#753066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753066 Color CSS Codes

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

#753066 Text Font Color

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

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


#753066 Background Color

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

This div background color is #753066


#753066 Border Color

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

This div border color is #753066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753066


Comments

No comments written yet.

Please login to write comment.