Color Hex Logo

#733a7d Color Hex

#733A7D
(115,58,125)
0 Favorites   0 Comments

Color spaces of #733a7d

RGB 11558125
HSL0.810.370.36
HSV291°54°49°
CMYK 0.080.540.00   0.51
XYZ12.28508.151620.3280
Yxy8.15160.30140.2000
Hunter Lab28.551026.8412-22.2281
CIE-Lab34.296636.0072-27.5892

#733a7d color RGB value is (115,58,125).

#733a7d hex color red value is 115, green value is 58 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #733a7d hue: 0.81 , saturation: 0.37 and the lightness value of 733a7d is 0.36.

The process color (four color CMYK) of #733a7d color hex is 0.08, 0.54, 0.00, 0.51. Web safe color of #733a7d is #663366. Color #733a7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111010 01111101
Octal 163 72 175
Decimal 115 58 125
Hex 73 3A 7D

RGB Percentages of Color #733a7d

%38.59
%19.46
%41.95

CMYK Percentages of Color #733a7d

%8
%54
%0
%51

Triadic Colors of #733a7d

#733a7d #7d733a #3a7d73

Analogous Colors of #733a7d

#733a7d #7d3a66 #523a7d

Monochromatic Colors of #733a7d

#733a7d

Complementary Color

#733a7d #447d3a

#733a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#733a7d Color CSS Codes

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

#733a7d Text Font Color

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

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


#733a7d Background Color

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

This div background color is #733a7d


#733a7d Border Color

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

This div border color is #733a7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,58,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #733a7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #733a7d;
  -webkit-box-shadow: 1px 1px 3px 2px #733a7d;
  box-shadow:         1px 1px 3px 2px #733a7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733a7d


Comments

No comments written yet.

Please login to write comment.