Color Hex Logo

#733275 Color Hex

#733275
(115,50,117)
0 Favorites   0 Comments

Color spaces of #733275

RGB 11550117
HSL0.830.400.33
HSV298°57°46°
CMYK 0.020.570.00   0.54
XYZ11.42177.210417.6194
Yxy7.21040.31510.1989
Hunter Lab26.852228.9345-20.1073
CIE-Lab32.281238.6284-25.7433

#733275 color RGB value is (115,50,117).

#733275 hex color red value is 115, green value is 50 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #733275 hue: 0.83 , saturation: 0.40 and the lightness value of 733275 is 0.33.

The process color (four color CMYK) of #733275 color hex is 0.02, 0.57, 0.00, 0.54. Web safe color of #733275 is #663366. Color #733275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110010 01110101
Octal 163 62 165
Decimal 115 50 117
Hex 73 32 75

RGB Percentages of Color #733275

%40.78
%17.73
%41.49

CMYK Percentages of Color #733275

%2
%57
%0
%54

Triadic Colors of #733275

#733275 #757332 #327573

Analogous Colors of #733275

#733275 #753256 #523275

Monochromatic Colors of #733275

#733275

Complementary Color

#733275 #347532

#733275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733275 Color CSS Codes

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

#733275 Text Font Color

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

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


#733275 Background Color

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

This div background color is #733275


#733275 Border Color

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

This div border color is #733275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733275


Comments

No comments written yet.

Please login to write comment.