Color Hex Logo

#733486 Color Hex

#733486
(115,52,134)
0 Favorites   0 Comments

Color spaces of #733486

RGB 11552134
HSL0.790.440.36
HSV286°61°53°
CMYK 0.140.610.00   0.47
XYZ12.60137.822123.3999
Yxy7.82210.28750.1785
Hunter Lab27.968031.4811-30.0283
CIE-Lab33.609641.1198-34.2638

#733486 color RGB value is (115,52,134).

#733486 hex color red value is 115, green value is 52 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #733486 hue: 0.79 , saturation: 0.44 and the lightness value of 733486 is 0.36.

The process color (four color CMYK) of #733486 color hex is 0.14, 0.61, 0.00, 0.47. Web safe color of #733486 is #663399. Color #733486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110100 10000110
Octal 163 64 206
Decimal 115 52 134
Hex 73 34 86

RGB Percentages of Color #733486

%38.21
%17.28
%44.52

CMYK Percentages of Color #733486

%14
%61
%0
%47

Triadic Colors of #733486

#733486 #867334 #348673

Analogous Colors of #733486

#733486 #863470 #4a3486

Monochromatic Colors of #733486

#733486

Complementary Color

#733486 #478634

#733486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733486 Color CSS Codes

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

#733486 Text Font Color

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

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


#733486 Background Color

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

This div background color is #733486


#733486 Border Color

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

This div border color is #733486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,52,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 #733486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733486


Comments

No comments written yet.

Please login to write comment.