Color Hex Logo

#735bad Color Hex

#735BAD
(115,91,173)
0 Favorites   0 Comments

Color spaces of #735bad

RGB 11591173
HSL0.720.330.52
HSV258°47°68°
CMYK 0.340.470.00   0.32
XYZ18.354114.144141.2979
Yxy14.14410.24870.1917
Hunter Lab37.608621.2980-38.7801
CIE-Lab44.438928.4901-40.5675

#735bad color RGB value is (115,91,173).

#735bad hex color red value is 115, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #735bad hue: 0.72 , saturation: 0.33 and the lightness value of 735bad is 0.52.

The process color (four color CMYK) of #735bad color hex is 0.34, 0.47, 0.00, 0.32. Web safe color of #735bad is #666699. Color #735bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011011 10101101
Octal 163 133 255
Decimal 115 91 173
Hex 73 5B AD

RGB Percentages of Color #735bad

%30.34
%24.01
%45.65

CMYK Percentages of Color #735bad

%34
%47
%0
%32

Triadic Colors of #735bad

#735bad #ad735b #5bad73

Analogous Colors of #735bad

#735bad #9c5bad #5b6cad

Monochromatic Colors of #735bad

#735bad

Complementary Color

#735bad #95ad5b

#735bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#735bad Color CSS Codes

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

#735bad Text Font Color

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

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


#735bad Background Color

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

This div background color is #735bad


#735bad Border Color

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

This div border color is #735bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,91,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #735bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #735bad;
  -webkit-box-shadow: 1px 1px 3px 2px #735bad;
  box-shadow:         1px 1px 3px 2px #735bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735bad


Comments

No comments written yet.

Please login to write comment.